size_type max_size() const
Get max size.
The returned size is not the actual limit of database. See the Berkeley DB limits to get real max size.
These two functions return 2^30, denoting a huge number that does not overflow, because dbstl does not have to manage memory space.
But the return value is not the real limit, see the Berkeley DB database limits for the limits.