fix(rustdb-indexes): persist created indexes and restore them on server startup

This commit is contained in:
2026-04-05 03:26:52 +00:00
parent 96117d54b9
commit cb8cb87d9f
5 changed files with 120 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-05 - 2.5.2 - fix(rustdb-indexes)
persist created indexes and restore them on server startup
- Save index specifications to storage when indexes are created.
- Remove persisted index metadata when indexes are dropped by name, key spec, or wildcard.
- Rebuild in-memory index engines from stored definitions and existing documents during startup.
## 2026-04-05 - 2.5.1 - fix(docs)
update project documentation