MySQL 5.5 is set to ship GA soon so I thought I would create a
series of blogs that highlight the key new features I will
start with a rundown of where we have made improvements and then
expand into details as things progress. MySQL 5.5 merges
the technical architectures of the MySQL database with the InnoDB
storage engine so that the two should now be considered one and
will move in tandem for the most part from now on (We can do this
now that Oracle owns both...) That said, the key things to
know about MySQL 5.5 and the re-architected InnoDB storage engine
are:
- Oracle's InnoDB is the default database storage engine
- Performance and Scalability on Windows is on par or better
than for other platforms
- MySQL now fully utilizes the computing power of modern multi-core architectures across all platforms
- Replication is better and easier to monitor, manage and use …