dbTalk Databases Forums  

Record Number and key/value database, alternative to BerkeleyDB

comp.databases comp.databases


Discuss Record Number and key/value database, alternative to BerkeleyDB in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rodrigostrauss@gmail.com
 
Posts: n/a

Default Record Number and key/value database, alternative to BerkeleyDB - 02-12-2008 , 05:53 PM






Hi,

I need a database with two features present in berkeley DB: access by
record number and by key/value. The problem is berkeley db got
enormous in terms of functionalities, and some simple stuff became to
slow.

I need hard disk write warranty for every record. Berkeley DB does
this using transactions, it's simple as initializing the environment
with TXN support and open database with the DB_AUTO_COMMIT flag. But
when I do this it become dog slow, as slow as 25 records per second in
my macbook . Ok, it's a notebook HD, but 25/sec is slow even for a
1.44 floppy...

I don't need all that logging, transactions, replications and stuff, I
just need recno and key/value access, as fast as the HD can deliver.
Do you know some alternative? Or maybe how to make bdb fast?

Rodrigo Strauss

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.