New in Mysql 5.5

cccgw發表於2011-04-05
這幾點看上去還是蠻有誘惑力的:

1Improved scalability on multi-core CPUs

2InnoDBI/O subsystem changes enable more effective use of available I/O capacity.

3The default storage engine for new tables is InnoDB rather than MyISAM.

4Support for an interface for semisynchronous replication: A commit performed on the master side blocks before returning to the session that performed the transaction until at least one slave acknowledges that it has received and logged the events for the transaction.

The slave acknowledges receipt of a transaction's events only after the events have been written to its relay log and flushed to disk.


INNODB相關

1、Native Asynchronous I/O for Linux

2、Multiple Buffer Pool Instances

3、Multiple Rollback Segments

4、InnoDB 1.1 revolve around better isolation of threads and mutex contention.

Improved Log Sys Mutex Separate Flush List Mutex(not use with buffer pool as before)

5、 InnoDB Stats in Performance Schema

The has been part of MySQL 5.5 for a while now. InnoDB 1.1 is instrumented for the first time for Performance Schema monitoring, with statistics available for InnoDB-specific mutexes, rw-locks, threads, and I/O operations. The data is structured so that you can see everything, or filter to see just the InnoDB items.

詳見http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html


[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/668365/viewspace-1048258/,如需轉載,請註明出處,否則將追究法律責任。

相關文章