PCS stuff
From KDevelop
here a list of differents database libraries that could be used instead of bdb. I put them here with the hope we can have discussion. mattr has started on the catalog database abstraction.
Contents |
[edit] Metakit
Add description here
[edit] QDBM
Add description here
[edit] TDB
The very fast, very small database backend for Samba 4's new LDAP stuff. Description from the sf.net page:
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.
[edit] Gigabase
Add description here
[edit] Itzam
From the website: small footprint,portable, no dependencies, scalable Multiuser/Multiprocess/Multithread, Flexible, 64-bit File Access
Support different type of index: B-tree, Hash-Table, Sparse Matrix
[edit] Sqlite
Add description here (I added it here for the sake of completeness)