Here is the quick notes from the session “Architecture of Maria” from Monty Widenius, one of my all time favorite developer and founder of MySQL.
- Goals
- To create ACID complaint and Multi-version concurrency control (MVCC)Â transactional storage engine for MySQL
- To replace existing replacement for MyISAM and if possible the default transactional database
- Maria can run in both transactional and non-transactional, so its easy to replace existing transactional and non-transactional engines
- To create a storage engine which is good for data warehousing (DW) purposes
- Why Falcon and Maria
- two different architectures
- different in feature, compatibility, performance
- Target is for data warehousing …