#include <db_cxx.h> int DbEnv::set_mp_tablesize(u_int32_t tablesize);
The DbEnv::set_mp_tablesize()
method
overrides the calculated hash table size. This value is then internally
adjusted to a nearby prime number in order to enhance the hashing algorithm.
This method may be called only before the environment is opened.