Skip to main content

Module usage

Module usage 

Source
Expand description

Memory usage breakdown types for graph store components.

These types live in grafeo-common so both grafeo-core (which implements the estimations) and grafeo-engine (which aggregates them) can use them.

Structsยง

IndexMemory
Memory used by index structures.
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.