Download List

Descripción del Proyecto

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.

System Requirements

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.

2007-04-09 20:16
0.9.86

Este lanzamiento hace cambios para que PBXT para manejar bases de datos con miles de tablas. Asimismo, establece una serie de problemas de concurrencia con operaciones como TRUNCATE TABLE, ALTER y mesa REPARACIÓN cuando se utiliza junto con otros LMD.
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

Un error que causaba PBXT de corromper el archivo de índice cuando se supera el tamaño de 4 GB se ha solucionado. Este comunicado se ejecuta bajo Windows. Este árbol de origen debe ser colocado en el directorio de almacenamiento de MySQL de código fuente para compilar. Más detalles de cómo construir en las ventanas de archivo readme.txt. Este control de la publicación de actualizaciones de repetición de un registro en un comunicado. Evita la verificación de duplicados si un índice no es modificado por una actualización. Registros actualizados varias veces por una transacción ahora se actualizan en su lugar.
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

La principal característica de esta nueva versión es extranjera de apoyo fundamentales. La aplicación es similar al de InnoDB, e incluye la RESTRICT, CASCADE, y establecer opciones de NULL.
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