ClickHouse/src/Interpreters/Cache
Robert Schulze 7ed5166c8a
Cosmetics: Make re-cfg of query cache similar to re-cfg of other caches
This doesn't change semantics, it only changes in which places the
configuration is parsed. This makes the logic more consistent across
caches.
2023-08-14 15:42:32 +00:00
..
FileCache_fwd_internal.h
FileCache_fwd.h
FileCache.cpp Update FileCache.cpp 2023-08-11 19:34:43 +02:00
FileCache.h Add info about aquired space in cache to not enough space error 2023-08-03 10:32:44 +00:00
FileCacheFactory.cpp
FileCacheFactory.h
FileCacheKey.cpp Fix annoying test 2023-08-01 11:21:46 +02:00
FileCacheKey.h Revert "Merge pull request #51917 from ClickHouse/revert-system-drop-filesystem-cache-by-key" 2023-07-30 13:39:54 +02:00
FileCacheSettings.cpp Merge remote-tracking branch 'upstream/master' into min-file-segment-size 2023-06-29 19:36:13 +02:00
FileCacheSettings.h Merge remote-tracking branch 'upstream/master' into min-file-segment-size 2023-06-29 19:36:13 +02:00
FileSegment.cpp Merge pull request #51537 from ClickHouse/vdimir/tmp_storage_cache_msg 2023-08-05 07:26:28 +02:00
FileSegment.h Add info about aquired space in cache to not enough space error 2023-08-03 10:32:44 +00:00
Guards.h
IFileCachePriority.h Add some checks 2023-06-28 15:27:10 +02:00
LRUFileCachePriority.cpp removing the metric set from LRUFileCachePriority.cpp 2023-07-21 12:13:38 +02:00
LRUFileCachePriority.h Revert some commenting 2023-07-30 13:46:40 +02:00
Metadata.cpp Fix rare race condition with key prefix directory cleanup 2023-08-04 16:34:05 +02:00
Metadata.h Fix rare race condition with key prefix directory cleanup 2023-08-04 16:34:05 +02:00
QueryCache.cpp Cosmetics: Make re-cfg of query cache similar to re-cfg of other caches 2023-08-14 15:42:32 +00:00
QueryCache.h Cosmetics: Make re-cfg of query cache similar to re-cfg of other caches 2023-08-14 15:42:32 +00:00
QueryLimit.cpp
QueryLimit.h
WriteBufferToFileSegment.cpp Add info about aquired space in cache to not enough space error 2023-08-03 10:32:44 +00:00
WriteBufferToFileSegment.h