linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] Example databases to keep humfs metadata
@ 2004-04-08 19:14 Piotr Neuman
  0 siblings, 0 replies; only message in thread
From: Piotr Neuman @ 2004-04-08 19:14 UTC (permalink / raw)
  To: user-mode-linux-devel

gdbm: http://www.gnu.org/software/gdbm/gdbm.html

Simple file database, using hashing. Should be relatively easy to include with 
UML sources. It's pretty standard in all Linux distributions.

qdbm: http://qdbm.sourceforge.net/

More up to date than gdbm. Also has B+tree algorithms, so it may be more 
apriopriate for filesystem data. Disadvantage is it's larger size but I 
believe it could be trimmed down for UML.

API similiarity between gdbm and qbdm should allow for easy transition if 
needed.

Berkeley DB: http://www.sleepycat.com/

Very powerfull (logging for example) but it's features are rather overkill. 
Advantage is that it's available on all major distributions (UML could link 
to it dynamically).

Those are just a few possibilities, I'm sure there are other options (like 
open source SQL databases ;).


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-04-08 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-08 19:14 [uml-devel] Example databases to keep humfs metadata Piotr Neuman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox