Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

cache_populated_by_fetch_* MergeTree table settings

These settings are available in system.merge_tree_settings and are autogenerated from ClickHouse source.

cache_populated_by_fetch

Type
Bool
Default
0

When cache_populated_by_fetch is disabled (the default setting), new data parts are loaded into the filesystem cache only when a query is run that requires those parts.

If enabled, cache_populated_by_fetch will instead cause all nodes to load new data parts from storage into their filesystem cache without requiring a query to trigger such an action.

See Also

cache_populated_by_fetch_filename_regexp

Version history
VersionDefault valueComment
25.6New setting

If not empty, only files that match this regex will be prewarmed into the cache after fetch (if cache_populated_by_fetch is enabled).

Navigation