摘要:
虽然MySQL里面有rename database的语法,但是只是在5.1.7 to 5.1.23提供的,其他版本并没有,要想做rename操作该如何做呢?percona提供了一个shell #!/bin/bash # Copyright 2013 Percona LLC and/or its af 阅读全文
摘要:
Index Condition Pushdown (ICP) is an optimization for the case where MySQL retrieves rows from a table using an index(ICP是MySQL用索引从表中获取数据的一种优化). Witho 阅读全文
摘要:
InnoDB has a good source of information about its status which can be requested every time you need to know “what’s up” with that in your environment. 阅读全文
摘要:
Because I do a lot of Performance Tuning gigs I get often in contact with these status variables. In the beginning I had a problem to understand them 阅读全文
摘要:
PhysicalDisk\Avg. Disk Queue Length 磁盘队列长度阀值:Should not be higher than the number of spindles plus two不应高于纺锤波+ 2的数量意义:在选定磁盘运行的,队列里面的读和写请求平均个数PhysicalD... 阅读全文