2014年3月17日

Small things are better

摘要: Yesterday I had fun time repairing 1.5Tb ext3 partition, containing many millions of files. Of course it should have never happened – this was decent PowerEdge 2850 box with RAID volume, ECC memory and reliable CentOS 4.4 distribution but still it did. We had “journal failed” message in kernel log a 阅读全文

posted @ 2014-03-17 00:19 Still water run deep 阅读(189) 评论(0) 推荐(0) 编辑

Working with large data sets in MySQL

摘要: What does working with large data sets in mySQL teach you ? Of course you have to learn a lot about query optimization, art of building summary tables and tricks of executing queries exactly as you want. I already wrote about development and configuration side of the problem so I will not go to deta 阅读全文

posted @ 2014-03-17 00:12 Still water run deep 阅读(251) 评论(0) 推荐(0) 编辑

Why MySQL could be slow with large tables ?

摘要: If you’ve been reading enough database related forums, mailing lists or blogs you probably heard complains about MySQL being unable to handle more than 1.000.000 (or select any other number) rows by some of the users. On other hand it is well known with customers like Google, Yahoo, LiveJournal,Tech 阅读全文

posted @ 2014-03-17 00:09 Still water run deep 阅读(384) 评论(0) 推荐(0) 编辑

How to disable index in innodb

摘要: Q:I read from many places that disabling index before loading a data table can significantly speed up the importing process. But innodb does not support "disable index". Particularly, I got a warning message after runningALTERTABLE mytable DISABLE KEYS;+-------+------+--------------------- 阅读全文

posted @ 2014-03-17 00:02 Still water run deep 阅读(306) 评论(0) 推荐(0) 编辑

导航