A new GPL licensed transactional engine for MySQL is now available.
It is called PrimeBase XT (pbxt). It provides all the benefits of transactional engines such as InnoDB. This includes referential integrity (RI) and multiversion concurrency control (MVCC).
The benchmarks are good for this engine.
More high quality transactional engines is what MySQL needs now, since Oracle's purchase of InnoDB. MySQL responded with buying solidDB, and hiring Jim Starkey to develop the Falcon engine in-house.
Resources
- PrimeBase XT storage engine for MySQL.
- MYSQL: A look at the PBXT Storage Engine, includes a description of the engine, a demonstration on transaction isolation, and some benchmark results.
- MySQL Performance Blog by Peter Zaitsev and Vadim Tkachenko has a detailed benchmark of PBXT and InnoDB.
Most Comments
Most commented on articles ...