From 6374baef1255b90b0821efba42a48e898fc2033b Mon Sep 17 00:00:00 2001 From: Dorota Wojcik Date: Fri, 13 Dec 2024 13:27:44 +0100 Subject: [PATCH] feedback --- docs/products/clickhouse/howto/clickhouse-query-cache.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/products/clickhouse/howto/clickhouse-query-cache.md b/docs/products/clickhouse/howto/clickhouse-query-cache.md index 42e305e8..4e09c6a6 100644 --- a/docs/products/clickhouse/howto/clickhouse-query-cache.md +++ b/docs/products/clickhouse/howto/clickhouse-query-cache.md @@ -10,8 +10,8 @@ by caching query results. When the Aiven for [ClickHouse query cache](https://clickhouse.com/docs/en/operations/query-cache) is enabled, -multiple identical `SELECT` queries run simultaneously are computed only once, -and further executions of the same query are served directly from the cache. +multiple identical `SELECT` queries running simultaneously are computed only once. +Subsequent executions of the same query are served directly from the cache. :::important By default, the Aiven for ClickHouse query cache is disabled for all `SELECT` queries. @@ -65,7 +65,7 @@ You can configure the following query cache settings: ## Limitation - Cached results are not invalidated or discarded when the underlying data (the result - of a SELECT query) changes, which might cause returning stale results. + of a `SELECT` query) changes, which might cause returning stale results. - Maximum query cache size: 64 MiB for each GiB of RAM (for example, 256 MiB for a 4-GiB service or 1 GiB for a 16-GiB service) - Maximum number of query cache entries: 64 entries for each GiB of RAM (for example,