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-06-26 04:46 Back to release list
1.1.10

此版本修复了缓存导致缓存增长,超过限额的缓存错误。其他一些小错误是固定的,和恢复过程进行了改进:在头页的变化(即当添加新的数据库或者改变根页面地址)没有正确地记录。该标志HAM_WRITE_THROUGH现在刷新所有文件句柄后提交或中止交易。这有性能的影响,但提高了交易的耐用性。来源,变更记录,并预编译的Win32库可供下载。
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.

Project Resources