On 2018-03-22 22:08, Richard Hipp wrote:
Quick workaround: put a "+" on front of the first term of your ORDER BY
clause.

This gives me an ending of:
ORDER BY

+u.url_id ASC

LIMIT 1;


Alas it makes no difference to the speed. The sole difference in the EXPLAIN plan when that's added from the ORDER BY/LIMIT one posted in the question is this line:

59    Copy    25    23    0        00

Where the number 25 becomes the number 19.
(Note: The EXPLAINs are from 3.15)

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to