Skip to main content
Graphs Manager is where you control graph lifecycle actions from one dialog.

Supported actions

Loaded and offloaded graphs (Enterprise)

When the Browser is connected to a FalkorDB Enterprise instance that supports graph offloading, each graph in the list carries a status dot: Offloaded graphs still appear in the list and can still be selected — but their counts and memory usage are reported as N/A, because reading them would load the graph back into memory and undo the offload.

Frequently Asked Questions

Yes. Select a graph and use Export to download a .dump file via /api/graph/{graph}/export, replacing {graph} with the graph identifier.
Yes. Duplicate creates a new graph copy from the selected source graph.
Yes. Graph deletion supports multi-selection when multiple graphs are selected.
On FalkorDB Enterprise, Loaded means the graph is in memory, and Offloaded means it is persisted but not in memory. Statistics for offloaded graphs show N/A so that reading them does not pull the graph back into memory.