Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Die Tabelle der Datenbank-API wurde hinzugefügt. Es verwaltet eine Datenbank mit Aufzeichnungen über die angegebenen Spalten. Funktionen mit Sub-Indizes werden ebenfalls angeboten und sie zu verbessern Leistung von komplexen Abfragen.
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

Dauerhaftigkeit der Transaktionen wurde durch eine verbesserte Write Ahead Logging.
Tags: Minor feature enhancements
Durability of transactions was improved by write ahead logging.

2008-11-13 14:51
1.3.18

Ein Vor-Memory-Datenbank geordneten Baum wurde hinzugefügt. Performance der B + Baum wurde verbessert.
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 der Hash-Funktion wurde verbessert. Perl und Ruby-Schnittstellen der Netzwerk-Server hinzugefügt wurden. Bugs bezüglich Zusammenstellung auf BSD und Solaris wurden behoben.
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

Ein Skript verbindliche Schnittstelle für Lua wurde hinzugefügt. Einige Utility-Funktionen wurden mit dem Netzwerk-Server hinzugefügt. Parallelität der Hash-Datenbank wurde verbessert.
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