| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | Java Help - Mostly related to the MySQL Connector/J driver | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | MySQL++ - Programming with the C++ API to MySQL |
|
|
  | |  | Query Optimization [sorted] | Query Optimization [sorted] 2004-03-13 - By Kris Burford
Back
>I 'm trying to sort out a query that identifies images that are not in the
>story table (structures below). Peter Brawley has kindly pointed me in the
>right direction with the sql structure (which does work), but I 'm getting
>benchmarks of 5+ seconds on the test data, whereas the live site has 50x
>the number of rows and I 'm concerned about trying to go live with it.
Went back to the manual and realised that the table wasn 't properly
indexed. Makes a *big* difference!
Sorry to waste your time/bandwidth.
Kris
--
MySQL General Mailing List
For list archives:
http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=mysql
@(protected)
|
|
 |