Skip to main content

Module plan_cache

Module plan_cache 

Source
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ยง

CompiledPlan
A compiled (cached) query execution plan.
CompiledPlanCache
Thin wrapper around LockFreeLruCache for compiled query plans.
PlanCacheMetrics
Global cache hit/miss counters.
PlanKey
Deterministic cache key for compiled query plans.