Download List

项目描述

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 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

这个版本进行了更改,使PBXT处理数据库包含数千表。还修复了如截断表,更改和维修表时,在与其他DML操作结合使用并发问题。
标签: 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

一个错误,造成PBXT腐败索引文件的大小时,超过4 GB的已得到修复。此版本在Windows下运行。此源树必须放置在MySQL的源代码存储目录,以便汇编。如何建设的进一步详细情况的窗口readme.txt文件。为记录重复的更新,这在一份声明中公布检查。它避免了重复检查如果索引没有更新修改。更新交易记录,现在一再更新到位。
标签: 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

这个新版本的主要特点是外键的支持。实施类似于的InnoDB和包括限制,萃,和SET空选择。
标签: 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