Skip to main content

Module plan_cache

Module plan_cache 

Source
Expand description

Query plan caching for improved performance

This module provides an LRU cache for compiled query plans with persistence support.

Structs§

CacheConfig
Cache configuration
CacheStatistics
Cache statistics
CachedPlan
Cached execution plan with metadata
LruQueryPlanCache
Query plan cache with LRU eviction
PlanCacheStats
Aggregated statistics for a QueryPlanCache instance.
QueryPlan
A compiled SPARQL query plan ready for execution.
QueryPlanCache
A simple LRU query-plan cache with O(n) eviction.

Enums§

SerializablePlan
Serializable representation of execution plan