Scanning a mysql table from the bottom

Posted by ming yeow on Stack Overflow See other posts from Stack Overflow or by ming yeow
Published on 2010-05-18T13:36:23Z Indexed on 2010/05/18 13:40 UTC
Read the original article Hit count: 149

When i run a mysql select statement, it takes very long because i have already previously deleted a very large number of rows.

Is there a way for the table to start scanning from the bottom, as opposed to from the top?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about scanning