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)