ClickHouse/src/Interpreters/Cache
Robert Schulze 325c6bdf3d
Renaming: "Query Result Cache" --> "Query Cache"
Reasons:

- The cache will at some point store intermediate results as opposed to
  only query results. We should change the terminology now without
  having to worry about backward compat.

- Equivalent caches in MySQL (1) and Starrocks (2) are called "query
  cache".

- The new name is ca. 13.8% more catchy.

(1) https://dev.mysql.com/doc/refman/5.6/en/query-cache.html
(2) https://docs.starrocks.io/en-us/2.5/using_starrocks/query_cache
2023-01-31 09:54:34 +00:00
..
FileCache_fwd.h fix bypass_cache_threshold 2022-10-19 06:53:44 +00:00
FileCache.cpp Rename setting 2023-01-25 16:36:36 +01:00
FileCache.h Resolve code review comments 2022-12-22 10:22:58 +00:00
FileCacheFactory.cpp Temporary files evict fs cache 2022-12-22 10:22:49 +00:00
FileCacheFactory.h Temporary files evict fs cache 2022-12-22 10:22:49 +00:00
FileCacheKey.h Fixes 2022-12-22 10:22:57 +00:00
FileCacheSettings.cpp fix bypass_cache_threshold 2022-10-19 06:53:44 +00:00
FileCacheSettings.h fix bypass_cache_threshold 2022-10-19 06:53:44 +00:00
FileSegment.cpp Merge branch 'master' into vdimir/tmp-data-in-fs-cache-2 2022-12-22 10:58:39 +00:00
FileSegment.h Merge branch 'master' into vdimir/tmp-data-in-fs-cache-2 2022-12-22 10:58:39 +00:00
IFileCachePriority.h
LRUFileCachePriority.cpp Refactor log levels 2022-09-23 15:32:05 +02:00
LRUFileCachePriority.h
QueryCache.cpp Renaming: "Query Result Cache" --> "Query Cache" 2023-01-31 09:54:34 +00:00
QueryCache.h Renaming: "Query Result Cache" --> "Query Cache" 2023-01-31 09:54:34 +00:00
WriteBufferToFileSegment.cpp Fix 2023-01-19 18:45:06 +01:00
WriteBufferToFileSegment.h Resolve code review comments 2022-12-22 10:22:58 +00:00