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-04-20 17:16
1.2.4

An API to manage an inverted index for a full-text search system was added. The validation checker for the database format was improved.
標籤: Minor bugfixes

2008-04-13 10:13
1.2.3

Efficiency of the on-memory database and B+ tree
database was improved. Regex functions were added.
標籤: Minor feature enhancements

2008-03-15 14:02
1.2.1

Utility functions for prefix matching search were added. Ruby 1.9 is now supported. The remote interface now supports dynamic replication setting.
標籤: Minor feature enhancements

2008-02-27 19:26
1.2.0

Forward matching search was added. Dual master replication is now supported. A tutorial of server administration was added.
標籤: Minor feature enhancements

2008-02-20 19:35
1.1.15

The network server now supports replication and realizes high availability and high integrity.
標籤: Minor feature enhancements

Project Resources