Persistence¶
Grafeo supports multiple storage modes for different use cases.
Storage Modes¶
| Mode | Durability | Performance | Use Case |
|---|---|---|---|
| In-Memory | None | Fastest | Testing, temporary data |
| Persistent | Full | Fast | Production workloads |
| Compact | None (in-memory) | Fastest reads | Read-only analytics, WASM |
Sections¶
-
Fast, temporary storage for testing and caching.
-
Durable storage with WAL and checkpointing.
-
Understanding crash recovery and durability guarantees.