MySQL Forums
Forum List  »  Performance

Re: order by primary key slowly
Posted by: varky chan
Date: April 07, 2016 12:34AM

Yes, i know that it is slow down when m > 1M with limit m,n. But my question is, why 'select ID from user order by ID limit m,n' slower than 'select ID from user limit m,n' so much. Because id is primary key, it should take the same time.

Options: ReplyQuote


Subject
Views
Written By
Posted
2672
April 05, 2016 10:42PM
1149
April 06, 2016 10:15AM
1178
April 06, 2016 11:23AM
1282
April 06, 2016 08:11PM
1241
April 06, 2016 10:35PM
Re: order by primary key slowly
1175
April 07, 2016 12:34AM
1231
April 07, 2016 10:20AM
1116
April 07, 2016 11:26PM
1261
April 12, 2016 07:42PM
1115
April 06, 2016 08:57AM
1115
April 06, 2016 10:17AM


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.