in reply to Re: BerkeleyDB vs. Linux file system
in thread BerkeleyDB vs. Linux file system
There are definitely many advabtages to having things in normal files, especially for text content, and it's the only choice for NFS or other file servers.
I did use the DB_INIT_CDB flag, which initialized the concurrency methods. If I leave that off, BerkeleyDB gets faster, but you lose the ability to do concurrent access. I didn't think the test would be very interesting if it used options that didn't allow for concurrency.
|
|---|