Configure the Region Size of Heap Databases

New Functions

The region size of heap databases is now configurable. Configuring the region size is useful in controlling the growth of a heap database. To set the region size, call DB->set_heap_regionsize() with the number of pages that the region should have, before the database is created. The function is ignored if it is called after the database is created.

New Functions