Is MySQL 5.5 applicable to the official environment?

Source: Internet
Author: User

After Oracle acquired Sun, it could be said that it was a very popular question about how the MySQL database would develop. Of course, it was a good thing that MySQL could come up with a new version at this time, the original MySQL 5.4 version is missing links on the official website. It seems that it was upgraded to MySQL 5.5.

MySQL 5.5.0 is a milestone version. This time it brings some interesting things and I am subjective to the extent of importance:

Semi-synchronous replication is supported, which is switched from the earlier google semi-sync patch to achieve semi-synchronous replication of master-slave.

Integration with Innodb plugin 1.0.6

Supports SQL standard SIGNAL and RESIGNAL statements

Enhanced XML functionality and support for load xml statements

You can use alter table... truncate partition to delete all data of a TABLE in a PARTITION.

Added the TO_SECONDS function.

New partition syntax

 
 
  1. Key caches are now supported for indexes on partitioned MyISAM tables,  
  2. using the CACHE INDEX and LOAD INDEX INTO CACHE statements  

This version is not suitable for official environments. Maybe mysql mmm + mysql 5.5 can be used in the future to provide better availability services, provided that it is stable enough or percona version?

The above content is an introduction to the MySQL 5.5 release. I hope you will get some benefits.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.