Expand description
foyer-backed in-memory cache for lookup tables. foyer-backed in-memory cache for lookup tables.
§Ring 0 — FoyerMemoryCache
Synchronous [foyer::Cache] with S3-FIFO eviction. Checked per-event
on the operator hot path — sub-microsecond latency.
RecordBatch clone is Arc bumps only (~16-48ns), within Ring 0 budget.
Structs§
- Foyer
Memory Cache - foyer-backed in-memory lookup table cache.
- Foyer
Memory Cache Config - Configuration for
FoyerMemoryCache. - Lookup
Cache Key - Composite cache key: table ID + raw key bytes.