S
|
swanside 3/19/2013 |
I have always been very frustrated about the slow speed of the Query List display for one of my big tables. And today i learnt that optimizing the index correctly by creating a single indexes for a combination of fields that are used in the SQL Query condition, drastically improve the speed by 700% (in my case)! My Setup:
|
A
|
acpan author 3/28/2013 |
Hi Paul, |
S
|
swanside 3/28/2013 |
Hi Paul, During creating of index using a GUI tool, you can select one or multiple fields. I suggest you get a free MYSQL GUI tool, SQLyog at https://code.google.com/p/sqlyog/downloads/list , and use it to manage your MYSQL database. Cheers ACP
|
F
|
FunkDaddy 3/28/2013 |
Just to add to this conversation, here is a VERY useful explanation on how to gauge the efficiency of your indexes in MySQL: |
A
|
acpan author 4/14/2013 |
Just to add to this conversation, here is a VERY useful explanation on how to gauge the efficiency of your indexes in MySQL: http://www.databasejournal.com/features/mysql/article.php/1382791/Optimizing-MySQL-Queries-and-Indexes.htm Well worth the read.
|