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ยง
- Index
Memory - Memory used by index structures.
- Mvcc
Memory - MVCC versioning overhead.
- Named
Memory - Memory usage for a named component (e.g., a specific index).
- Store
Memory - Memory used by the graph store (nodes, edges, properties).
- String
Pool Memory - Memory used by label/edge type registries.