LiteGraph allows you to run the database entirely in memory for high-performance, low-latency scenarios.
For high-performance scenarios, run the database entirely in memory:
-
Set
InMemory
totrue
inlitegraph.json
:{ "LiteGraph": { "InMemory": true } }
-
Important: When running in-memory, you must manually flush data to disk:
curl -X POST -H "Authorization: Bearer litegraphadmin" \ http://localhost:8701/v1.0/flush