I have a mysql table that has over 10K rows, and is updated with new rows everyday, about 200-300 new rows a day. When I first created the table, I didnt have many index's for the columns and now that I learned its best to index some of the most used queries in the WHERE clause, I'm wondering if it would be a good thing to anylize that table to hopefully speed things up a bit. And if I should, how should I go about doing that?
2006-07-27
17:19:51
·
2 answers
·
asked by
Trey
2
in
Computers & Internet
➔ Programming & Design
I have a mysql table that has over 10K rows, and is updated with new rows everyday, about 200-300 new rows a day. When I first created the table, I didnt have many index's for the columns and now that I learned its best to index some of the most used queries in the WHERE clause, I'm wondering if it would be a good thing to anylize that table to hopefully speed things up a bit. And if I should, how should I go about doing that?
I dont use any joins, and the sites not really going slow at all. I was just wondering if it would be good to do it.
2006-07-27
17:52:43 ·
update #1