Re: [elephant-devel] Choice of back-end store

2009-01-03 Thread Robert Synnott
2009/1/3 Ian Eslick : > Hi Yarek, > > Others may add to this, but the big issues I'm aware of are: > > BDB > + fast > + can be shared among multiple processes on a single machine > - commercial use requires license > > Postmodern > - 5x slower than BDB (last I checked) > ++ can be shared among mult

Re: [elephant-devel] Choice of back-end store

2009-01-03 Thread Ian Eslick
Hi Yarek, Others may add to this, but the big issues I'm aware of are: BDB + fast + can be shared among multiple processes on a single machine - commercial use requires license Postmodern - 5x slower than BDB (last I checked) ++ can be shared among multiple machines + open source Neither system

Re: [elephant-devel] Choice of back-end store

2009-01-02 Thread Alex Mizrahi
> Could someone point me to any discussions WRT to choice of back-end? > I'm looking at BDB and Postmodern. What are advantages/disadvantages of > either one? think like BDB is a baseline implementation, and Postmodern is an option for special cases. Postmodern is designed to work absolutely t