All releases of hamsterdb Embedded Storage


Release Notes: This release makes hamsterdb thread-safe. A bug in the freelist was fixed. Boost is now required. Sources and pre-compiled win32/win64 libraries are available for download.


Release Notes: This release adds a few minor features like setting a custom path for log files and re-enabling approximate matching for use with Transactions. A few bugs were fixed as well. Sources and precompiled Win32/Win64 libraries are available for download.


Release Notes: This is the first stable release of the 2.x branch. It features a complete re-implementation of the Transaction support, now allowing an unlimited number of Transactions in parallel. It integrates the Java and .NET APIs. Sources, documentation, and prebuilt libraries for Win32 (including .NET and Java) are available on the (redesigned) webpage.


Release Notes: This release further stabilizes the 2.x branch and fixes all known issues from the previous rc2 release. Performance was improved in many areas. Sources and precompiled Win32 libraries are available for download on the Web page.


Release Notes: This release improves performance and scalability for databases with several million items. It fixes a bug when erasing extended keys caused an SMO (btree re-balancing). A new function ham_cursor_get_record_size was introduced. The cache size is now a 64-bit variable and can be > 4 GB. Large files were enabled on 32-bit Linux.


Release Notes: This is the first stabilization release of the new (unstable) 2.0.0 branch, which re-implemented the Transaction handling. Several bugs were fixed, and most of the code was refactored. A C++ compiler is now required to compile hamsterdb. All new features and bugfixes of 1.1.14 (will be released soon) were merged. This release is not ready for production. There will be at least one more stabilization release.


Release Notes: This release fixes a performance regression when aborting Transactions. During abort, hamsterdb tried to re-create pages from the transaction log, even if they were not modified in the current Transaction. This was correct but unnecessary and caused a performance drop. Sources and precompiled Win32 binaries are available for download.


Release Notes: This version is a bugfix release for 1.1.11, which had an issue in the cache purge routines. They were called, but they never completed successfully, which caused the memory consumption to grow. This is fixed; the memory consumption is now stable. Sources, changelog, and precompiled Win32 libraries are available for download.


Release Notes: This is a bugfix release. When using transactions, 1.1.10 would sometimes flush the file handles even if HAM_WRITE_THROUGH is not enabled. This caused a performance regression of up to 30%. In addition to this bugfix, the ./configure switch “–enable-internal” was removed and is now enabled by default. Sources, changelog, and precompiled Win32 libraries are available for download.


Release Notes: This release fixes a bug in the cache that caused the cache to grow and exceed the cache limits. A few other minor bugs were fixed, and the recovery process was improved: changes in the header page (i.e. when adding new Databases or when changing the address of a root page) were not correctly logged. The flag HAM_WRITE_THROUGH will now flush all file handles after a transaction was committed or aborted. This has a performance impact, but improves the durability of the transactions. Sources, changelog, and precompiled Win32 libraries are available for download.