feat(persist): graphs survive restart (rebuild from backing tables)

This commit is contained in:
2026-07-30 16:11:52 +03:00
parent 214e44abd7
commit ce6e7aa707
3 changed files with 86 additions and 3 deletions
+1
View File
@@ -18,6 +18,7 @@ const
SchemaPolicyPrefix* = "_schema:policies:"
SchemaFtsIndexPrefix* = "_schema:ftsidx:"
SchemaVecIndexPrefix* = "_schema:vecidx:"
SchemaGraphsPrefix* = "_schema:graphs:"
## Legacy CREATE TABLE keys (pre-fix) used a migrations: counter suffix
SchemaLegacyCreatePrefix* = "_schema:migrations:"