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
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
> 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