Télécharger la liste

Description du projet

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.

Système requise

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

La base de données API de table a été ajoutée. Il gère une base de données des dossiers des colonnes nommées. Fonctions avec des sous-indices sont également fournis et ils améliorent les performances de requêtes complexes.
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

La durabilité des transactions a été amélioré par l'exploitation forestière écrire à venir.
Tags: Minor feature enhancements
Durability of transactions was improved by write ahead logging.

2008-11-13 14:51
1.3.18

An on-mémoire a ordonné la base de données arbre a été ajouté. Performance de l'arbre B + a été amélioré.
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

Performance de la fonction de hachage a été améliorée. Perl et Ruby interfaces du serveur de réseau ont été ajoutés. Bugs concernant la compilation sur BSD et Solaris ont été fixés.
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

Un script d'interface de liaison pour Lua a été ajouté. Certaines fonctions utilitaires ont été ajoutés au serveur réseau. La simultanéité de la base de hachage a été améliorée.
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