Skip to main content

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
Statement cache performance statistics.
StatementCache
Statement cache with LRU eviction
StatementCacheConfig
Configuration for statement cache