11 2016 档案

摘要:在以往的分享中,不止一次被开发问: 在MySQL的官方手册上有这么一句话: the optimizer can estimate the row count for each range using dives into the index or index statistics. 这是在说: 优化 阅读全文
posted @ 2016-11-30 17:41 sunss 阅读(2612) 评论(0) 推荐(0)
摘要:一般情况下,我们看表信息可以用这个命令show table status: 而这里的都是预估值,我们可以通过ANALYZE TABLE获取精确的值: Data_length: 143310848, 136Mb clustered index size. Index_length: 146030592 阅读全文
posted @ 2016-11-28 17:12 sunss 阅读(2449) 评论(0) 推荐(0)