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 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

增加了新功能,一些潜在的内存泄漏得到解决,该网站的文件进行了更新。
标签: 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。令牌实现倒排索引标签搜索。调Q克倒排索引实现全文搜索。
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

Perl的/红宝石接口表的数据库API增加了。
标签: Minor feature enhancements
Perl/Ruby interfaces of the table database API were added.

2009-02-12 16:43
1.4.5

有关在哈希数据库API的竞争条件是固定的缺陷。实用功能增加了表的数据库API。
标签: 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