Expand description
Standard priority levels for common consumer types.
Lower values = evict first, higher values = evict last.
Constantsยง
- ACTIVE_
TRANSACTION - Active transaction data - highest priority, evict last.
- GRAPH_
STORAGE - Graph storage - persistent data, expensive to reload.
- IDLE_
TRANSACTION - Idle transaction buffers - not actively in use.
- INDEX_
BUFFERS - Index buffers - can be rebuilt from primary data.
- QUERY_
CACHE - Cached query results - relatively cheap to recompute.
- SPILL_
STAGING - Spill staging buffers - evict first (already written to disk).