Not translated yet …
Databases
19
Mar 14
Delete multiple database tables depending on conditions
23
Feb 14
Calculate percentile XX of data with MySQL
Hello,
Today we’re coming back to MySQL with a post talking about how to calculate percentile value using MySQL. We gonna see two methods that use the same logic but one uses two requests and the other one in only one request.
I want to warn you about performance issues that you could face regarding to the number of rows on which you want to calculate it.
If you don’t really know what is behind the percentile, go first check this link.
12
Mar 13
Log all SQL requests
03
Mar 13
Switch from MyISAM to InnoDB engine in MySQL
Hello,
If, I as do, you have MyISAM tables (default storage engine until 5.5.5) and you want to switch them to InnoDB, because you plan to update to MySQL >= 5.5.5, you will be able to switch but be careful with indexes !
09
Feb 13
Knowing MySQL databases’ and tables’ size using two requests
Hello,
I guess that, as I do, you appreciate to know MySQL database’ and tables size. It is possible using simple requests based on the database information_schema