首页 > 数据库技术 > 详细

Mysql Optimization Overview

时间:2016-10-08 19:49:30      阅读:254      评论:0      收藏:0      [点我收藏+]

The information below i get from http://dev.mysql.com/doc/refman/8.0/en/optimize-overview.html

Optimization at the database level 

Database performance depends on several factors at the database level, such as tables, queries, and configuration settings. 

1. Are the tables structured properly?

2.  In particular, do the columns have the right data types, and does each table have the appropriate columns for the type of work?

3.  Are the right indexes in place to make queries efficient?

4. Are you using the appropriate storage engine for each table?

5. Does the application use an appropriate locking strategy

6. Are all memory areas used for caching sized correctly?

Optimizing at the Hardware Level

System bottlenecks typically arise from these sources

1. Disk seeks. It takes time for the disk to find a piece of data

2. Disk reading and writing

3. CPU cycle

4. Memory bandwidth

 

Mysql Optimization Overview

原文:http://www.cnblogs.com/mengjianzhou/p/5939572.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!