ClickHouse/src/Interpreters/Cache
2024-05-18 04:40:37 +02:00
..
EvictionCandidates.cpp Fix 2024-04-25 14:55:09 +02:00
EvictionCandidates.h One more fix 2024-04-12 16:37:04 +02:00
FileCache_fwd_internal.h Simplify 2023-12-14 15:58:06 +01:00
FileCache_fwd.h Pass timeout through setting 2024-03-13 12:36:47 +01:00
FileCache.cpp Useless changes 2024-05-10 04:53:29 +02:00
FileCache.h Merge remote-tracking branch 'origin/master' into less-contentaion-in-cache-part4 2024-04-28 13:36:16 +02:00
FileCacheFactory.cpp Add more comments 2024-04-08 14:36:07 +02:00
FileCacheFactory.h Fix data race 2024-01-18 12:23:40 +01:00
FileCacheKey.cpp
FileCacheKey.h Refactoring 2024-01-17 13:22:59 +01:00
FileCacheSettings.cpp Merge remote-tracking branch 'origin/master' into less-contentaion-in-cache-part4 2024-04-09 17:28:49 +02:00
FileCacheSettings.h Merge remote-tracking branch 'origin/master' into less-contentaion-in-cache-part4 2024-04-09 17:28:49 +02:00
FileSegment.cpp Remove copy 2024-05-06 13:21:11 +02:00
FileSegment.h Remove copy 2024-05-06 13:21:11 +02:00
FileSegmentInfo.h Useless changes 2024-05-09 01:08:33 +02:00
Guards.h Rename CacheGuard -> CachePriorityGuard (because it is more correct) 2024-03-16 18:58:16 +01:00
IFileCachePriority.cpp Review fixes 2024-03-26 21:43:54 +01:00
IFileCachePriority.h Useless changes 2024-05-09 03:58:34 +02:00
LRUFileCachePriority.cpp Better result condition 2024-04-28 14:08:20 +02:00
LRUFileCachePriority.h Useless changes 2024-05-09 03:58:34 +02:00
Metadata.cpp This log message is better in Trace 2024-05-18 04:40:37 +02:00
Metadata.h Useless changes 2024-05-09 01:08:33 +02:00
QueryCache.cpp Change query cache keys from ASTs to AST hashes 2024-04-16 09:27:20 +00:00
QueryCache.h Useless changes 2024-05-09 01:08:33 +02:00
QueryLimit.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
QueryLimit.h Fix case when entry might be removed at itarate() by another thread (because of !locked_key) before we call finalize() for it 2024-03-16 19:34:38 +01:00
SLRUFileCachePriority.cpp Merge pull request #62555 from ClickHouse/fixes-for-dynamic-cache-resize 2024-04-15 22:17:34 +00:00
SLRUFileCachePriority.h Fix assertion 2024-04-05 18:37:46 +02:00
UserInfo.h Refactoring 2024-01-17 13:22:59 +01:00
WriteBufferToFileSegment.cpp Fix finalize WriteBufferToFileSegment and StatusFile to avoid exceptions in destructor 2024-05-03 14:19:39 +00:00
WriteBufferToFileSegment.h Fix finalize WriteBufferToFileSegment and StatusFile to avoid exceptions in destructor 2024-05-03 14:19:39 +00:00