Expand description
Cache for the engine.
Modulesยง
- cache_
size ๐Cache size of different cache value. - file_
cache ๐A cache for files. - index ๐
- write_
cache ๐A write-through cache for remote object stores.
Structsยง
- Manages cached data for the engine.
- Builder to construct a CacheManager.
- Path to column pages in the SST file.
- Cached row group pages for a column.
- Cache key for time series row selector result.
- Cached result for time series row selector.
- SstMeta
Key ๐Cache key (region id, file id) for SST meta.
Enumsยง
- Cache strategies that may only enable a subset of caches.
- Cache key for pages of a SST row group.
Constantsยง
- FILE_
TYPE ๐Metrics type key for files on the local store. - PAGE_
TYPE ๐Metrics type key for pages. - SELECTOR_
RESULT_ ๐TYPE Metrics type key for selector result cache. - SST_
META_ ๐TYPE Metrics type key for sst meta. - VECTOR_
TYPE ๐Metrics type key for vector.
Functionsยง
- meta_
cache_ ๐weight - page_
cache_ ๐weight - Increases selector cache hit metrics.
- Increases selector cache miss metrics.
- update_
hit_ ๐miss Updates cache hit/miss metrics. - vector_
cache_ ๐weight
Type Aliasesยง
- Page
Cache ๐Maps (region, file, row group, column) to PageValue. - Selector
Result ๐Cache Maps (file id, row group id, time series row selector) to SelectorResultValue. - SstMeta
Cache ๐Maps (region id, file id) to [ParquetMetaData]. - Vector
Cache ๐Maps Value to a vector that holds this value repeatedly.