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.

2010-08-31 20:53
1.4.46

새로운 기능이 추가된 몇 가지 잠재적인 메모리 누수가 해결되었습니다, 그리고 사이트의 문서가 업데이 트되었습니다.
Tags: Major, Stable
New functions were added, several potential memory leaks were resolved, and the site's documents were updated.

2009-06-22 04:57
1.4.27

거꾸로 인덱스의 두 가지 종류의 테이블을 데이터베이스 API에 추가되었습니다. 토큰 색인 태그 검색 거꾸로 알고있습니다. 질문 - 그램 거꾸로 지수는 알게 전체 텍스트를 검색할 수있습니다.
Two kinds of inverted indices were added to the table database API. Token inverted index realizes tag search. Q-gram inverted index realizes full-text search.

2009-05-21 16:40
1.4.21

자동 조각 모음이 추가되었습니다. 테이블을 데이터베이스의 색인을 생성 메커니즘의 효율성을 개선했다.
Auto defragmentation was added. Efficiency of the index mechanism of the table database was improved.

2009-02-15 17:30
1.4.6

펄 / 루비 테이블을 데이터베이스의 API를 인터페이스에 추가되었습니다.
Tags: Minor feature enhancements
Perl/Ruby interfaces of the table database API were added.

2009-02-12 16:43
1.4.5

버그 해시 데이터베이스에서 경쟁 조건과 관련된 API를 고정했다. 유틸리티 함수 테이블을 데이터베이스 API에 추가되었습니다.
Tags: Minor feature enhancements
Bugs related to a race condition in the hash database API were fixed. Utility functions were added for the table database API.

Project Resources