Skip to main content

Module memory_usage

Module memory_usage 

Source
Expand description

Hierarchical memory usage breakdown for the database.

Store-level types (StoreMemory, IndexMemory, etc.) live in grafeo-common. This module defines the top-level MemoryUsage aggregate and engine-specific types (CacheMemory, BufferManagerMemory).

Structsยง

BufferManagerMemory
Buffer manager tracked allocations.
CacheMemory
Cache memory usage.
IndexMemory
Memory used by index structures.
MemoryUsage
Hierarchical memory usage breakdown for the entire database.
MvccMemory
MVCC versioning overhead.
NamedMemory
Memory usage for a named component (e.g., a specific index).
StoreMemory
Memory used by the graph store (nodes, edges, properties).
StringPoolMemory
Memory used by label/edge type registries.