Downloadliste

Projektbeschreibung

PrimeBase XT (PBXT) is a transactional storage
engine for MySQL. It uses a unique "write-once"
update strategy and MVCC (multi-version
concurrency control) to provide optimal
performance over a wide range of tasks.

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.

2007-04-09 20:16
0.9.86

Dieses Release enthält Änderungen zu ermöglichen, PBXT zu Datenbanken mit Tausenden von Tabellen verarbeiten. Es behebt auch eine Reihe von Concurrency Probleme mit Operationen wie TRUNCATE TABLE, ALTER und REPAIR Tisch, wenn in Verbindung mit anderen DML verwendet.
Tags: Minor feature enhancements
This release makes changes to enable PBXT to handle databases containing thousands of tables. It also fixes a number of concurrency problems with operations like TRUNCATE TABLE, ALTER and REPAIR table when used in conjunction with other DML.

2007-03-19 17:45
0.9.85

Ein Bug, der dazu führte, dass PBXT zu einer Beschädigung der Index-Datei, wenn die Größe 4 GB überschritten hat, wurde behoben. Diese Version läuft unter Windows. Diese Quelle Baum muss in der MySQL-Source-Speicher abgelegt werden, um zu kompilieren. Weitere Einzelheiten, wie zum Aufbau werden in der Windows-Datei readme.txt. Diese Pressemitteilung Kontrollen wiederholen, Aktualisierungen eines Datensatzes in einer Erklärung. Es vermeidet die Überprüfung nach Duplikaten, wenn ein Index nicht durch eine Aktualisierung geändert. Records wiederholt von einer Transaktion aktualisiert werden nun an Stelle aktualisiert.
Tags: Major feature enhancements
A bug that caused PBXT to corrupt the index file when the size exceeded 4 GB has been fixed. This release runs under Windows. This source tree must be placed in the MySQL source storage directory in order to compile. Further details of how to build are in the windows-readme.txt file. This release checks for repeat updates of a record in a statement. It avoids checking for duplicates if an index is not modified by an update. Records updated repeatedly by a transaction are now updated in place.

2007-01-31 17:10
0.9.8

Die wichtigsten Funktionen dieses neuen Version ist Fremdschlüssel zu unterstützen. Die Umsetzung ist ähnlich dem von InnoDB und umfasst die RESTRICT, CASCADE, SET NULL und Optionen.
Tags: Major feature enhancements
The major feature of this new version is foreign
key support. The implementation is similar to that
of InnoDB and includes the RESTRICT, CASCADE, and
SET NULL options.

Project Resources