About MySQL InnoDB

Source: Internet
Author: User
Tags mysql update

Starting with MySQL version 5.5 InnoDB is already the default table storage engine

InnoDB

1: Full acid support

2: Row-level lock support

3: Support MVCC

4: Support for foreign keys

MySQL Version 5.1

Prior to MySQL version 5.1, InnoDB was included in the MySQL binary release and updated with MySQL update

Version 5.1 MySQL allows developers to dynamically load the storage engine so that updates to the storage engine are not limited by the MySQL version.

This means that the MySQL5.1 version can support 2 InnoDB storage engines

1: Statically compiled InnoDB

2: Dynamically loaded InnoDB also known as: InnoDB Plugin

Because multiple rollback segments are not supported, the maximum number of things concurrency that InnoDB plugin supports is limited to 1023

MySQL 5.5 version corresponds to innodb1.1.* version

MySQL 5.6 Version corresponds to innodb1.2.* version

About MySQL InnoDB

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.