Re: Binary Tree On Disk
- From: dcorbit@xxxxxxxxx
- Date: 6 Sep 2006 11:31:26 -0700
nkprajapati@xxxxxxxxx wrote:
Hi All,
Currently I am using RWBTreeOnDisk ( Rough Wave Library)
to manage data on disk. But now I want to move to Open Source. Anybody
knows the open source solution of Rough Wave library or RWBTreeOnDisk ?
In addition to what Ben said:
For a stand-alone system, SQLite is very nice, and highly capable:
http://www.sqlite.org/
If you want to graduate to a full fledged database, then PostgreSQL is
very nice:
http://www.postgresql.org/
Also, the grammar is extremely similar to SQLite, so transition from
one to the other is very good.
If you like the OO approach, then another possibility is FastDB:
http://www.garret.ru/~knizhnik/fastdb.html
It is also a stand-alone design, though it could be used for web
purposes. Both SQLite and FastDB allow only a single writer (and
multiple readers).
FastDB is memory mapped, so I good performance is expected for most
operations.
MonetDB is another memory mapped approach but it has a huge footprint.
http://monetdb.cwi.nl/
HTH
Thanks
Naresh Prajapati
.
- Follow-Ups:
- Re: Binary Tree On Disk
- From: Naresh
- Re: Binary Tree On Disk
- References:
- Binary Tree On Disk
- From: nkprajapati
- Binary Tree On Disk
- Prev by Date: Re: Computing in finite fields: what programming langage to choose?
- Next by Date: Re: programmer productivity
- Previous by thread: Re: Binary Tree On Disk
- Next by thread: Re: Binary Tree On Disk
- Index(es):
Relevant Pages
|