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-10-22 06:06 Back to release list
1.1.14

此版本提高了性能和可伸缩性的数据库与几个亿的项目。它修复 bug 时擦除扩展的键造成一个 SMO (b 树重新平衡)。新的函数 ham_cursor_get_record_size 被介绍了。高速缓存大小现在是 64 位的变量,并且可以 > 4 GB。在 32 位 Linux 上启用了较大的文件。
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.

Project Resources