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.
Subject
Views
Written By
Posted
3059
April 05, 2016 10:42PM
1388
April 06, 2016 04:35AM
1307
April 06, 2016 10:15AM
1323
April 06, 2016 11:23AM
1438
April 06, 2016 08:11PM
1360
April 06, 2016 10:35PM
Re: order by primary key slowly
1338
April 07, 2016 12:34AM
3948
April 07, 2016 07:21AM
1417
April 07, 2016 10:20AM
1307
April 07, 2016 11:26PM
1435
April 12, 2016 07:42PM
1271
April 06, 2016 08:57AM
1287
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.