Download List

프로젝트 설명

Tokyo Cabinet is a library of routines for managing a database. It is the successor of QDBM. Tokyo Cabinet runs very fast. For example, the time required to store 1 million records is 1.5 seconds for a hash database and 2.2 seconds for a B+ tree database. Moreover, the database size is very small. For example, the overhead for a record is 16 bytes for a hash database, and 5 bytes for a B+ tree database. Furthermore, the scalability of Tokyo Cabinet is great. The database size can be up to 8EB.

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.

2009-01-18 23:55
1.4.0

테이블을 데이터베이스 API가 추가되었습니다. 그것은 이름이 열 레코드의 데이터베이스를 관리합니다. 서브 인덱스 기능도 제공하고 그들은 복잡한 쿼리의 성능을 향상시킵니다.
Tags: Minor feature enhancements
The table database API was added. It manages a
database of records of named columns. Functions
with sub-indexes are also provided and they
improve performance of complex queries.

2008-11-24 00:09
1.3.20

거래의 내구성에 의해 작성 어서 로깅을 개선했다.
Tags: Minor feature enhancements
Durability of transactions was improved by write ahead logging.

2008-11-13 14:51
1.3.18

메모리에 트리를 데이터베이스에 추가되었습니다 지시했다. 성능은 B + 트리를 개선했다.
Tags: Minor feature enhancements
An on-memory ordered tree database was added. Performance of the B+ tree was improved.

2008-10-26 21:52
1.3.15

해쉬 함수의 성능을 개선했다. Perl이나 루비 서버의 네트워크 인터페이스를 추가했다. 버그는 BSD에서 컴파일 및 Solaris에 관한 고정했다.
Tags: Minor feature enhancements
Performance of the hash function was improved.
Perl and Ruby interfaces of the network server
were added. Bugs regarding compilation on BSD and
Solaris were fixed.

2008-10-12 23:02
1.3.12

스크립트를 루아에 대한 인터페이스를 바인딩에 추가되었습니다. 일부 유틸리티 기능을 네트워크 서버에 추가되었습니다. 해시는 데이터베이스의 동시성을 개선했다.
Tags: Minor feature enhancements
A script binding interface for Lua was added. Some
utility functions were added to the network
server. Concurrency of the hash database was
improved.

Project Resources