发布时间:2014-06-08 14:41:31
安装过程确实与下文叙述的差不多. 唯一有点遗憾的是,好像不能出图,这个我找了下原作者写的博客,上面提到了这个是个bug,说后面会解决,可惜没有下文了. 原作者与此工具相关的链接: http://fossies.org/linux/privat/mysqlard-1.0.0.tar.gz/mysqlard-1.0.0/man/mysqlar_graph.1在此链接可下载到源码包,但源.........【阅读全文】
发布时间:2014-06-07 10:19:30
MySQL5.1 引入表分区功能,使得MySQL在处理大表的能力上得到增强。使用过表分区功能的朋友应该知道,MySQL5.1中使用表分区的时候,对字段是有要求的,那就是必须是整数型,或者可以将其他类型的字段通过函数转换成整数型才可以。/* with MySQL 5.1 ivan @ MySQL实验室(mysqlab.net/blog/) */CREATE .........【阅读全文】
发布时间:2014-06-07 10:15:48
注: 此文章内容较旧,新版本5.5 已支持直接使用时间类型作为分区字段,不需要转换为int类型.一、 分区的概念二、 为什么使用分区?(优点)三、 分区类型四、 .........【阅读全文】
发布时间:2014-06-07 09:41:43
As per past experience working with MySQL and PHP, I feel that after completing initial phase of any Product / Project, the main task is to tune performance. And when it comes to performance , the first thing comes to any developer is to see how MySQL works and how he/she can tune it up to get.........【阅读全文】