12 2014 档案

A better SHOW TABLE STATUS
摘要:From command line we have the entire MySQL server on hands (if we have privileges too of course) but we don’t have a overall overview, at this point t... 阅读全文

posted @ 2014-12-12 03:03 Still water run deep 阅读(283) 评论(0) 推荐(0)

show table status
摘要:SHOW TABLE STATUSworks likesSHOW TABLES, but provides a lot of information about each non-TEMPORARYtable. You can also get this list using themysqlsho... 阅读全文

posted @ 2014-12-12 02:59 Still water run deep 阅读(426) 评论(0) 推荐(0)

A Flock Of Tasty Sources On How To Start Learning High Scalability
摘要:This is aguest repostbyLeandro Moreira.When we usually are interested about scalability we look for links, explanations, books, and references. This m... 阅读全文

posted @ 2014-12-08 21:44 Still water run deep 阅读(351) 评论(0) 推荐(0)

PostgreSQL Hardware Performance Tuning
摘要:Bruce MomjianPOSTGRESQL is an object-relational database developed on the Internet by a group of developers spread across the globe. It is an open-sou... 阅读全文

posted @ 2014-12-08 18:53 Still water run deep 阅读(351) 评论(0) 推荐(0)

Choosing proper innodb_log_file_size
摘要:If you’re doing significant amount of writes to Innodb tables decent size ofinnodb_log_file_sizeis important for MySQL Performance. However setting it... 阅读全文

posted @ 2014-12-08 02:13 Still water run deep 阅读(282) 评论(0) 推荐(0)

How to calculate a good InnoDB log file size
摘要:Peter wrote a post a while ago aboutchoosing a good InnoDB log file size. Not to pick on Peter, but the post actually kind of talks about a lot of th... 阅读全文

posted @ 2014-12-08 01:26 Still water run deep 阅读(268) 评论(0) 推荐(0)

Measuring the amount of writes in InnoDB redo logs
摘要:Choosing a good InnoDB log file size is key to InnoDB write performance. This can be done by measuring the amount of writes in the redo logs. You can ... 阅读全文

posted @ 2014-12-07 20:15 Still water run deep 阅读(317) 评论(0) 推荐(0)

导航