Expand description
Compiled query plan cache types for VelesDB (CACHE-01).
Provides PlanKey (deterministic cache key), CompiledPlan (cached execution plan),
PlanCacheMetrics (hit/miss counters), and CompiledPlanCache (thin wrapper around
LockFreeLruCache).
Structsยง
- Compiled
Plan - A compiled (cached) query execution plan.
- Compiled
Plan Cache - Thin wrapper around
LockFreeLruCachefor compiled query plans. - Plan
Cache Metrics - Global cache hit/miss counters.
- PlanKey
- Deterministic cache key for compiled query plans.