MySQL Storage engine Introduction, index

Source: Internet
Author: User

Difference:

MyISAM types do not support advanced processing such as transaction processing, and InnoDB type support. The MyISAM type of table emphasizes performance, which is performed more quickly than the InnoDB type, but does not provide transactional support, while InnoDB provides transactional support for advanced database functions such as external keys.  The main difference between the two types is InnoDB Transactional and foreign key and row level locks are supported. The MyISAM does not support the. MyISAM does not support transactions or foreign keys, its advantage is fast access (InnoDB when making a select, to maintain a lot more than the MyISAM engine, and will occupy more disk space to preserve data and indexes), the integrity of the transaction does not requirements, a query, insert-based application can basically use the MyISAM engine to create tables.

MyISAM support full-text indexing

INNODB support for foreign keys

MySQL Storage engine Introduction, index

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.