Skip to main content

Module plan

Module plan 

Source
Expand description

SQL 실행 계획 캐싱 (Phase 2 강화)

DashMap 기반 lock-free 캐시 + 2단계 캐싱(L1 메모리, L2 디스크) + 통계

Structs§

CacheStats
캐시 통계
CachedPlan
캐시된 실행 계획
PlanCache
SQL 실행 계획 캐시 (Phase 2: DashMap + 2-level + 통계)