MySQL performance management and architecture design---theory

Source: Internet
Author: User

MySQL performance management and architecture design

One, IO, memory , Throughput Understanding

IO refers to the number of operations between the device and the device, such as MySQL and PHP plug-in
Memory is that the program is running inside the execution
Throughput is the number of requests processed within a unit of time

Two, is it Myisa or InnoDB?

As the industry argues, the low-version default engine is MyISAM, The high-version MySQL default engine is InnoDB, which is also a InnoDB high version of a terrier bar, try to use the InnoDB engine, do not mix MyISAM These two engines, because in things, if rollback, table connection MyISAM is no way to rollback, INNODB support concurrency than MyISAM better, support hot backup, disaster recovery is better than MyISAM, Big data or using InnoDB is better!

MySQL performance management and architecture design

memory throughput comprehension

io       
memory      is the program runs inside the execution
throughput   is the number of requests processed within a unit of time

two, in the MyISAM and InnoDB industry debate, the lower version of the default engine is MyISAM, The high-version MySQL default engine is InnoDB, which is also a InnoDB high version of a terrier bar, try to use the InnoDB engine, do not mix MyISAM These two engines, because in things, if rollback, table connection MyISAM is no way to rollback, INNODB support concurrency than MyISAM better, support hot backup, disaster recovery is better than MyISAM, Big data or using InnoDB is better!

MySQL performance management and architecture design---theory

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.