ClickHouse/docs/en/operations/caches.md
Robert Schulze 537c64aad2
Merge remote-tracking branch 'origin/master' into query-result-cache
Conflicts:
- tests/queries/0_stateless/02117_show_create_table_system.reference
2022-12-15 12:17:58 +00:00

1.1 KiB

slug sidebar_position sidebar_label title
/en/operations/caches 65 Caches Cache Types

When performing queries, ClickHouse 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.
  • Operating system page cache (used indirectly, for files with actual data).

Additional cache types:

To drop one of the caches, use SYSTEM DROP ... CACHE statements.