Download List

项目描述

hamsterdb Embedded Storage is an embedded database engine for C/C++, including wrappers for Java, .NET, and Erlang. It supports in-memory databases, very fast database cursors, "record number" databases, ACID transactions, and duplicate keys. hamsterdb is very fast and highly configurable. It compiles and runs on Unix platforms, Linux, Microsoft Windows, and embedded platforms.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-08-22 19:35 Back to release list
1.1.13

此版本修复了一个性能回归时,中止交易。中止期间,hamsterdb试图从事务日志重新创建的网页,即使他们没有在当前事务中的修改。这是正确的,但不必要的,造成性能下降。来源和预编译的Win32二进制文件可供下载。
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.

Project Resources