mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
837 B
837 B
toc_priority | toc_title |
---|---|
65 | Caches |
Cache Types
When performing queries, ClichHouse uses different caches.
Main cache types:
mark_cache
— Cache of marks used by table engines of the MergeTree family.uncompressed_cache
— Cache of uncompressed data used by table engines of the MergeTree family.
Additional cache types:
- DNS cache
- regexp cache
- compiled expressions cache
- Avro format schemas cache
- dictionaries data cache
Indirectly used:
- OS page cache