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.

2008-09-20 14:06
1.3.9

Der Datenbank-Server unterstützt jetzt die Lua-Erweiterung, die dieser Pressemitteilung, beliebige Datenbank-Operationen von den Benutzern definiert hinzufügen können. Ein Bug, um die Replikation Zusammenhang wurde behoben.
Tags: Minor feature enhancements
The database server now supports the Lua extension, which enables this release to add arbitrary database operations defined by users. A bug related to replication was fixed.

2008-09-04 22:15
1.3.7

Funktionen zum Begriff Frequenz count wurden hinzugefügt.
Tags: Minor feature enhancements
Functions to count term frequency were added.

2008-08-28 17:10
1.3.5

Die Parallelität der Hash-Datenbank wurde verbessert. Durchsatz des Schreibens war etwa versechsfacht.
Tags: Minor feature enhancements
The concurrency of the hash database was improved.
Throughput of writing was increased about sixfold.

2008-07-31 23:10
1.3.1

Der Netzwerkserver unterstützt jetzt FreeBSD und Mac OS X. Ein API von Array fester Länge Datenbank hinzugefügt wurde. Eine Komprimierung mit bzip2-Modus wurde hinzugefügt.
The network server now supports FreeBSD and Mac OS
X. An API of fixed-length array database was
added. A compression mode with bzip2 was added.

2008-05-25 15:34
1.2.6

Code cleanup war getan. Bugs behoben. Die tcmimebreak () und tcmimeparts ()-Funktionen wurden hinzugefügt. Die B + Baum Datenbank Transaktionen bekam Cache Anpassung.
Tags: Minor feature enhancements
Code cleanup was done. Bugs were fixed. The
tcmimebreak() and tcmimeparts() functions were
added. The B+ tree database's transactions got
cache adjustment.

Project Resources