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.
Related pages
Frequently Asked Questions
Can I export graph data from Graphs Manager?
Can I export graph data from Graphs Manager?
Yes. Select a graph and use Export to download a
.dump file via /api/graph/{graph}/export, replacing {graph} with the graph identifier.Can I duplicate a graph including all data?
Can I duplicate a graph including all data?
Yes. Duplicate creates a new graph copy from the selected source graph.
Can I remove multiple graphs in one flow?
Can I remove multiple graphs in one flow?
Yes. Graph deletion supports multi-selection when multiple graphs are selected.
What do the Loaded and Offloaded dots next to a graph mean?
What do the Loaded and Offloaded dots next to a graph mean?
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.