What does a data table mean by MyISAM format? What does a data table mean by MyISAM format? -Database-PHP tutorial

Source: Internet
Author: User

MyISAM table. The MyISAM storage format is the default type in MySQL since MySQL version 3.23. It has the following features:
■ If the operating system itself allows larger files, the files are larger than the ISAM storage method.
■ Data is stored in an independent machine format with low byte priority. This means that tables can be copied from one machine to another, even if their architecture is different.
■ Value index values occupy less storage space, because they are stored preferentially by high bytes. The index value changes rapidly in the low byte, so the high byte is easier to compare.
■ The AUTO_INCREMENT process is better than the ISAM table. The details are discussed in Chapter 2.
■ Several index restrictions are reduced. For example, you can index columns with NULL values or BLOB and TEXT columns.
■ To improve the table integrity check, each table has a flag. After checking the myisamchk table, set this flag. You can use myisamchk-fast to skip the check that the table has not been modified since the previous check, so that this management task is faster. The table also shows whether the table is normally disabled. If the server is shut down abnormally or the machine crashes, this flag can be used to detect the table to be checked when the server starts.

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.