Module statement_cache

Module statement_cache 

Source
Expand description

Prepared statement caching for improved query performance.

This module provides:

  • Statement pool with LRU eviction
  • Query fingerprinting for cache key generation
  • Statement reuse metrics

Structsยง

CacheStats
StatementCache
Statement cache with LRU eviction
StatementCacheConfig
Configuration for statement cache