From 125146804388c9d3d6431c87653dbb2267df6da1 Mon Sep 17 00:00:00 2001 From: Tudor Golubenco Date: Mon, 4 Mar 2024 22:34:00 +0100 Subject: [PATCH] Update 2024-03-04.mdx Co-authored-by: AlexF --- 2024-03-04.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024-03-04.mdx b/2024-03-04.mdx index 48ad17f..1420c65 100644 --- a/2024-03-04.mdx +++ b/2024-03-04.mdx @@ -4,7 +4,7 @@ date: 3-4-2024 ### What's new -- We have added a way to disable search on your database. The reason you would want to do that is cost: if you don't need any of the search functionality (search, aggregation, vector search), you don't need to pay the storage costs in Elasticsearch. You can find the toggle in the database settings. Don't worry though, search is still included in the free tier and enabled by default. +- We have added a way to disable search on your database. This is a good way to reduce cost if you aren't using any of the search functionality (search, aggregation, vector search). By disabling search, you won't be paying for Elasticsearch storage. You can find the toggle in the database settings. Don't worry though, search is still included in the free tier and enabled by default. ![Search toggle in database settings](images/search_toggle.png)