0-db
0-db copied to clipboard
0-DB: Finalize tools for database inspection and maintenance
It's time to finalize tools for maintaining 0-db namespaces. This is a main issue to manage
- [ ] threefoldtech/0-db#35
- [x] threefoldtech/0-db#44
- [ ] threefoldtech/0-db#53
Now, we have the library, we can reuse the library code and not copy/paste code. We have some working database in production, we can reuse theses index/data to have real-world file to test index-rebuild and data-compaction stuff.
Right now, index-dump and integrity-check are useful and working but can be improved, index-rebuild and compaction are not working at all.
Since https://github.com/threefoldtech/0-db/commit/9a1adaa5528a37f57c2123bbb0b526c76aced351, index-rebuild is fully working (with history support).