New MySQL engine Maria intended as MyISAM replacement
Monty Widenius, co-founder of MySQL, announced Maria, a replacement engine for MyISAM with many new features.
The blog post by Monty has a detailed FAQ. Briefly, Maria aims for 2.0 to have many proper database features, such as:
- ACID
- Commit/Rollback
- Concurrent selects (via MVCC)
- Row locking
- Group commit
It also wants to be the default non-transactional as well as transactional engine of MySQL.
Most Comments
Most commented on articles ...