Heap Access Method
Databases can now be configured as heaps by passing the access type DB_HEAP to DB->open(). Heap size can be configured with DB->set_heapsize(), and DB->stat() now returns heap statistics in the structure DB_HEAP_STAT when applied to a heap database.
New Functions
Modified Functions
- DB->open() now accepts
DB_HEAPas an access type. - DB->stat() now returns heap statistics in the structure
DB_HEAP_STAT.
New Definition
DB_HEAP_RIDis the defined heap key value.