http://www.perlmonks.org?node_id=706033


in reply to Re: BerkeleyDB and a very large file
in thread BerkeleyDB and a very large file

Another one, quite important: BerkeleyDB files are platform dependant, i.e. you cannot use a little-endian file on a big-endian platform and vice versa.

On the other hand, BerkeleyDB doesn't provide network support, it's file based only.