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

Eine API, um ein umgekehrtes Index für eine Volltextsuche System zu verwalten, wurde hinzugefügt. Die Validierung Checker für die Datenbank-Format wurde verbessert.
Tags: Minor bugfixes
An API to manage an inverted index for a full-text search system was added. The validation checker for the database format was improved.

2008-04-13 10:13
1.2.3

Effizienz der on-Memory-Datenbank und B + Baum-Datenbank wurde verbessert. Reguläre Ausdrücke Funktionen wurden hinzugefügt.
Tags: Minor feature enhancements
Efficiency of the on-memory database and B+ tree
database was improved. Regex functions were added.

2008-03-15 14:02
1.2.1

Utility-Funktionen für die Suche passender Präfix hinzu. Ruby 1.9 wird nun unterstützt. Das Remote-Interface unterstützt jetzt dynamische Replikation Einstellung.
Tags: Minor feature enhancements
Utility functions for prefix matching search were added. Ruby 1.9 is now supported. The remote interface now supports dynamic replication setting.

2008-02-27 19:26
1.2.0

Sturm passende Suche wurde hinzugefügt. Doppel-Master-Replikation wird nun unterstützt. Ein Tutorial von Server-Verwaltung wurde hinzugefügt.
Tags: Minor feature enhancements
Forward matching search was added. Dual master replication is now supported. A tutorial of server administration was added.

2008-02-20 19:35
1.1.15

Die Netzwerk-Server unterstützt jetzt die Replikation und erkennt, hohe Verfügbarkeit und hohe Integrität.
Tags: Minor feature enhancements
The network server now supports replication and realizes high availability and high integrity.

Project Resources