Expand description
Query plan caching for improved performance
This module provides an LRU cache for compiled query plans with persistence support.
Structs§
- Cache
Config - Cache configuration
- Cache
Statistics - Cache statistics
- Cached
Plan - Cached execution plan with metadata
- LruQuery
Plan Cache - Query plan cache with LRU eviction
- Plan
Cache Stats - Aggregated statistics for a
QueryPlanCacheinstance. - Query
Plan - A compiled SPARQL query plan ready for execution.
- Query
Plan Cache - A simple LRU query-plan cache with O(n) eviction.
Enums§
- Serializable
Plan - Serializable representation of execution plan