iT邦幫忙

DAY 23
0

MySQL on Azure系列 第 23

MySQL on Azure(22)

  • 分享至 

  • xImage
  •  

昨天 講到如何確定order by會使用到索引?
今天 我們繼續來談到 直接優化 MySQL Server本身

1. 使用show variables查看伺服器靜態參數的數值

或在command line下 mysqladmin -uroot variables

2. 使用 show status查看動態運行狀態訊息

3. 在command line下 mysql--verbose --help 可以看到更詳細的參數

重要的參數有 key_buffer

註解中寫到the size of the buffer used for index blocks for MyISAM

也就是用來設定所索引區塊的大小

重要的參數還有 table_cache

innodb_buffer_pool_size

innodb_flush_log_at_trx_commit

等等 如果有用到的話


上一篇
MySQL on Azure(21)
下一篇
MySQL on Azure(23)
系列文
MySQL on Azure30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言