Skip to main content

Module cache

Module cache 

Source
Expand description

Local cell cache with LRU eviction.

Each node maintains a local cache of recently accessed cells from object storage. The cache uses an LRU (Least Recently Used) eviction policy to stay within its size limit. Cache hits eliminate S3 fetches, significantly improving query performance.

Structsยง

CacheEntry
A single entry in the cell cache.
CellCache
Local cell cache with LRU eviction policy.