[AccessD] MySQL PBXT, transactional engine

Gustav Brock Gustav at cactus.dk
Fri Mar 9 07:41:43 CST 2007


Hi all

This engine is quite interesting. Features no database file, only log files, thus no record view locks, no other than physical limits on table size, no fixed record size, and zero time for recovery.

<quote>

Paul McCullagh from PrimeBase (www.primebase.com) has created the PBXT transactional storage engine for MySQL. PBXT is an ACID compliant transaction engine that offers all the right features for MySQL users who are on the hunt for an engine to keep their transactional data safe. PBXT sports crash recovery, unlimited row-level locking, MVCC, foreign keys/server-enforced referential integrity, automatic storage management, minimal configuration setup, and online backup support. 

  http://dev.mysql.com/tech-resources/articles/pbxt-storage-engine.html 

</quote>

Also, a white paper is for download which explains this in full:
  
  http://www.primebase.com/xt/download/pbxt_white_paper.pdf 

/gustav




More information about the AccessD mailing list