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

이 릴리스의 변경 사항을 PBXT 수천 개의 데이터베이스에 포함된 테이블의 처리를 활성화합니다. 또한 TRUNCATE 테이블 수정, 변경, 및 수리를 테이블에 다른과 DML과 함께 사용과 같은 작업과 동시성 문제 번호.
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

버그 발생 PBXT 색인의 크기가 4GB를 초과 파일이 수정되었습니다 손상. 이 릴리스는 Windows에서 실행됩니다. 컴파일하기 위해서는이 소스 트리 MySQL의 소스 저장소 디렉토리에 위치해야합니다. 만드는 방법의 자세한 내용은 윈도우 Readme.txt 파일에있습니다. 성명에서 레코드를 반복 업데이 트에 대한이 릴리스를 확인합니다. 만약 색인 업데이 트에 의해 수정되지 않습니다 그것은 중복 검사를 방지합니다. 레코드를 반복적으로 트랜잭션에 의해 업데이 트 지금은 자리에 업데이 트됩니다.
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

이 새로운 버전의 주요 기능을 핵심 지원 외국인이다. 구현 이노 DB의 비슷한 포함, CASCADE는, 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