MySQL Forums
Forum List  »  MyISAM

Re: Doing a select on a large table
Posted by: Mekin Maheshwari
Date: September 18, 2006 01:58AM

I am having the same problem.

I am currently using Mysql 4.1 (Is this behaviour because Mysql 4.1 does not have cursors ?)

Any help would be greatly appreciated.

I do not have any order by or where clauses.

Its a simple select with limit.
select * from ABC limit 0,10000;
select * from ABC limit 10000, 20000;
....

Options: ReplyQuote


Subject
Views
Written By
Posted
7524
September 07, 2006 02:04AM
3306
September 07, 2006 06:37AM
Re: Doing a select on a large table
3314
September 18, 2006 01:58AM
3294
September 18, 2006 07:00PM
3131
September 18, 2006 08:32PM


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.