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 Requirements

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 이제 트랜잭션이 커밋 또는 중단 후에 모든 파일 핸들을 플러시합니다. 이것은 성능에 영향을 가지고 있지만 거래의 내구성을 향상시킵니다. 소스, ChangeLog에, 그리고 미리 컴파일에서 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