How to Improve mysql insertion speed

Source: Internet
Author: User
How to Improve mysql insert speed 1. use the MyISAM type; 2. batch submit batch; 3. remove the index during insertion, and create an index after insertion. 4. the Uniqueness check of the storage engine is disabled; 5. turn off automatic transaction commit, and submit the transaction in batches; 6. use the insertdelayed method; 7. use loaddatainfile; 8. add key_buffer_siz

How to Improve mysql insert speed 1. use the MyISAM type; 2. batch submit batch; 3. remove the index during insertion, and create an index after insertion. 4. the Uniqueness check of the storage engine is disabled; 5. turn off automatic transaction commit, and submit the transaction in batches; 6. use the insert delayed method; 7. use load data infile; 8. add key_buffer_siz

How to Improve mysql insertion speed

1. Use the MyISAM type;

2. Submit batch in batches;

3. Remove the index during insertion, and create an index after insertion.

4. Disable the uniqueness check of the storage engine;

5. Automatic transaction submission and shutdown, and submit the transaction in batches;

6. Use the insert delayed method;

7. Use load data infile;

8. Increase the value of key_buffer_size to expand the key-high-speed buffer.

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.