dbTalk Databases Forums  

Is BerkeleyDB a possible solution?

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss Is BerkeleyDB a possible solution? in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ryan (Offline)
Junior Member
 
Posts: 1
Join Date: Sep 2006

Default Is BerkeleyDB a possible solution? - 09-08-2006 , 04:55 PM






I need a very fast queue of data to be shared between a single writer and multiple readers. Is BDB going to be as fast as 2 processes (1 writer, 1 reader) sharing a single file on the same physical hardware? If the reader is on another server and I use the HA solution, what lattency can I expect before the records become available? Is every database (file.db) replicated seperately between servers in the HA solution? If I can stay with fixed length records, is the QUEUE access method the best choice because of record locking, or can I go with RECNO and have variable length records without locking concerns becasue I always have a single writer?

Thank you in advance.

-Ryan

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 - 2012, Jelsoft Enterprises Ltd.