MySQL Forums
Forum List  »  MyISAM

Slow simple query in 4000000 records table
Posted by: Matias Burak
Date: November 24, 2010 04:56PM

Hi guys,

We have a table where we've already reached 4 million records. The problem is that doing just something like:

SELECT * FROM table LIMIT 100000,50

is taking between 40 and 65 seconds.

Is this amount of records something that MySQL can't manage?

I need help with this.

Thanks!

Matias.

Options: ReplyQuote


Subject
Views
Written By
Posted
Slow simple query in 4000000 records table
3531
November 24, 2010 04:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.