Skip to main content

GLOBAL_CACHE_MAX_BYTES

Constant GLOBAL_CACHE_MAX_BYTES 

pub const GLOBAL_CACHE_MAX_BYTES: u64 = _; // 2_147_483_648u64
Expand description

Ceiling on total .duckdb bytes across every repository’s cache. Companion .wal files and the JSON sidecars are outside this total — only the fact stores are counted and evicted.