[Rpm-maint] [rpm-software-management/rpm] RPM+NDB should implement ndb_dump/ndb_load/ndb_stat for database dumps. (#289)
Jeff Johnson
notifications at github.com
Sat Jul 29 18:30:28 UTC 2017
Converting databases is painful, particularly if both forward/backward conversions are desired.
BerkeleyDB has a set of utilities to do this conversion, LMDB uses an almost identical set of utilities.
While rpmdb --importdb/--exportdb are a high performing KISS improvement on the BDB-style dump/load, there are still needs to display key<->value pairs in human readable (i.e. not just hex/binary) format.
The LMDB licensed mdb_dump/mdb_load utilities could be swiped and modified to handle NDB pretty easily to provide a well-understood (and used by libvirt iirc) common import/export/format.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/289
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170729/d96436fc/attachment.html>
More information about the Rpm-maint
mailing list