Re: [Rpm-maint] [rpm-software-management/rpm] RPM+NDB should implement ndb_dump/ndb_load/ndb_stat for database dumps. (#289)

2018-08-21 Thread Jeff Johnson
Closed #289.

-- 
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#event-1800025450___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] RPM+NDB should implement ndb_dump/ndb_load/ndb_stat for database dumps. (#289)

2017-07-31 Thread Michael Schroeder
Wouldn't it be better if rpmdb gets dump/load/stat options?

-- 
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#issuecomment-319025432___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] RPM+NDB should implement ndb_dump/ndb_load/ndb_stat for database dumps. (#289)

2017-07-29 Thread Jeff Johnson
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___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint