Skip to main content

Module priorities

Module priorities 

Source
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).