hamsterdb 1.1.4 - Release Notes
This release fixes a few bugs and has minor performance improvements.
New Features
Bugfixes
- Bugfix - win32 only: with very big databases and unlimited cache,
resources were exceeded and mmap failed. in this case we'll now fall back
to read/write (thanks, Simon)
- Bugfix - it was allowed to create temporary Transactions while a
non-temporary Transaction was still active
Other Changes
- Optimization - if HAM_DAM_SEQUENTIAL_INSERT is set then btree nodes will
not be split in the middle, but at the end of the node. hamsterdb will
also auto-recognize if an insert is sequential (at the "right end" of
the index). This leads to MUCH smaller files and therefore higher
performance (thanks, Simon)
- The documentation in the header file was improved and some constants
were renamed/deprecated
Known Issues
For more information, read the README and the CHANGELOG.