Expand description
quick_cache-backed in-memory cache for lookup tables.
§Ring 0 — LookupMemoryCache
Synchronous [quick_cache::sync::Cache] with S3-FIFO-style (Clock-PRO)
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§
- Lookup
Cache Key - Composite cache key: table ID + raw key bytes.
- Lookup
Memory Cache quick_cache-backed in-memory lookup table cache.- Lookup
Memory Cache Config - Configuration for
LookupMemoryCache.