0-db icon indicating copy to clipboard operation
0-db copied to clipboard

0-DB: Finalize tools for database inspection and maintenance

Open maxux opened this issue 6 years ago • 1 comments

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.

maxux avatar Nov 28 '19 15:11 maxux

Since https://github.com/threefoldtech/0-db/commit/9a1adaa5528a37f57c2123bbb0b526c76aced351, index-rebuild is fully working (with history support).

maxux avatar Dec 18 '19 23:12 maxux