Mysql Database Engine Optimization

Source: Internet
Author: User

Mysql database engine optimization --------------- myisam ---------------- • Optimizing disk storage
• Tuning your tables for performance analyze table, optimize table, and repair table. • Using the MyISAM utilities myisam_ftdump analyzes the full-text index.
Performance Analysis of myisamchk tables.
Analysis of myisamlog Log changes ..
Myisampack compression table. Stored • Storing a table in index order • Compressing tables • Defragmenting tables • Monitoring the key cache • Preloading key caches • Using multiple key caches • Other parameters to consider Using innodb --------------- • Using SHOW ENGINE command • Using InnoDB monitors • Monitoring logfiles • Monitoring the buffer pool • Monitoring tablespaces • Using INFORMATION_SCHEMA table S www.2cto.com • Other parameters to consider: innodb_thread_concurrency adjust concurrent Thread 0 --> independent hard disk partition + number of cpu cores; innodb_fast_shutdown reduces shutdown time; batch default lock timeout; batch import data: AUTOCOMMIT; temporarily stop the foreign key and unique value restriction. Author: Orange

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.