'Performance' Tag

  • InnoDB is dead. Long live InnoDB!

    September 10, 2009

    I find myself converting more and more customers' databases to InnoDB plugin. In one case, it was a last resort: disk space was running out, and plugin's compression released 75% space; in another, a slow disk made for IO bottlenecks, and plugin's improvements & compression alleviated the problem; in yet another, I used the above [...]

  • SQL: finding a user's country/region based on IP

    May 26, 2009

    I've encountered the same problem twice for different customers, so I guess it's worth a discussion. A common task for web applications is to find out the country/region of a user, based on her IP address, as can be detected in the HTTP request. Depending on the country of origin, the website can translate dates [...]

  • Reasons to use innodb_file_per_table

    May 21, 2009

    When working with InnoDB, you have two ways for managing the tablespace storage: Throw everything in one big file (optionally split). Have one file per table. I will discuss the advantages and disadvantages of the two options, and will strive to convince that innodb_file_per_table is preferable. A single tablespace Having everything in one big file [...]

 
Powered by Wordpress and MySQL. Theme by openark.org