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.

2008-09-20 14:06
1.3.9

이제 데이터베이스 서버는 임의의 데이터베이스 작업이 사용자에 의해 정의를 추가할 수 있도록이 릴리스에는 루아의 확장을 지원합니다. 복제와 관련된 버그가 수정되었습니다.
Tags: Minor feature enhancements
The database server now supports the Lua extension, which enables this release to add arbitrary database operations defined by users. A bug related to replication was fixed.

2008-09-04 22:15
1.3.7

기능이 추가되었습니다 용어 주파수를 계산합니다.
Tags: Minor feature enhancements
Functions to count term frequency were added.

2008-08-28 17:10
1.3.5

해시는 데이터베이스의 동시성을 개선했다. 작문의 처리량에 대한 육겹으로 증가했다.
Tags: Minor feature enhancements
The concurrency of the hash database was improved.
Throughput of writing was increased about sixfold.

2008-07-31 23:10
1.3.1

지금은 네트워크 서버에 FreeBSD와 Mac OS X에서 지원하는 API를 고정 길이 배열을 데이터베이스에 추가되었습니다. Bzip2와 압축 모드가 추가되었습니다.
The network server now supports FreeBSD and Mac OS
X. An API of fixed-length array database was
added. A compression mode with bzip2 was added.

2008-05-25 15:34
1.2.6

코드 정리를 완료했다. 버그가 수정되었습니다. tcmimebreak ()와 tcmimeparts () 함수를 추가했다. B 조 + 트리에서 데이터베이스의 트랜잭션 캐시를 조정 있어요.
Tags: Minor feature enhancements
Code cleanup was done. Bugs were fixed. The
tcmimebreak() and tcmimeparts() functions were
added. The B+ tree database's transactions got
cache adjustment.

Project Resources