in reply to When is a flat file DB not enough?
Also I would expect the <2GB limitation on machines that
only use 32 bit addressing for your plain old flat file,
but this may not apply to BDB.. their page says
Because both keys and values can be up to four gigabytes in length, a single record can store images, audio streams, or other
large data values. Large values are not treated specially in Berkeley DB. They are simply broken into page-sized chunks, and
reassembled on demand when the application needs them.
Now looking at Database Limits
it looks like 2GB per database file would be correct for BDB
on a 32 bit filesystem machine.
Actually now I started wanting to read it from the beginning and maybe you will too. Hint, first page mentions flat files and structured data!
|
|---|