MySQL CREATE table

Source: Internet
Author: User
Tags mysql create mysql create table

A property was found when the database table was created. Think this should be recorded.

Engine: This property represents a data storage engine with two choices:

1, MyISAM, default type. is the standard type of storage records and files, support full-text search, can be compressed, compared with other engines, there are most tools to check and repair the table, does not support transactions, does not support foreign keys. The emphasis is on performance, faster execution, and the ability to migrate across different systems. If executing a lot of select,myisam is a better choice.

2, InnoDB, support advanced processing such as transaction processing, support foreign keys, if the execution of a large number of select and UPDATE statements, for performance reasons, the use of InnoDB is the best choice.

If you want to modify the data storage Engine: ALTER TABLE tablename engine = MyISAM

MySQL CREATE table

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.