FalkorDB / FalkorDB

A super fast Graph Database uses GraphBLAS under the hood for its sparse adjacency matrix graph representation. Our goal is to provide the best Knowledge Graph for LLM (GraphRAG).

Home Page:https://www.falkordb.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DUMP RESTORE large keys

swilly22 opened this issue · comments

When a large graph (number of entities > VKEY_SIZE) is dumped, only a part of it is encoded, as such the key can't be restored.

a graph being dumped should ignore the VKEY_SIZE limitation and encode the graph in it entirety.