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.
To drop cache, use SYSTEM DROP … CACHE statements.
当前内容版权归 ClickHouse 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ClickHouse .