fast sqlquery
Posted: Tue Sep 27, 2005 6:47 am
Do you know a way to make a fastest select statement from a db in mysql.I have to make a select from over 150000 elements in the database and it takes a long time to do it.Is the index useful only for using join?I am using PHP if it helps you with something.