This commit is contained in:
Robert Schulze 2022-12-15 19:08:30 +00:00
parent a107a84f7c
commit d92cdc5afd
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -27,7 +27,7 @@ Query caches are generally either transactionally consistent or inconsistent.
Transactionally inconsistent caching is traditionally provided by client tools or proxy packages interacting with the database. As a result,
the same caching logic and configuration is often duplicated. With ClickHouse's query result cache, the caching logic moves to the server
side. This reduces maintenance effort and avoids redundance.
side. This reduces maintenance effort and avoids redundancy.
## Usage Examples and Configuration Settings