Hi,

is there in general a performance difference between querying using SELECT … 
ORDER BY … ASC or DESC? Without an index I believe that the result is the same 
(sorting has to be done anyway somehow). Using an index it should be also the 
same but… Are there any examples where DESC is (much) slower than ASC or vice 
versa?

Regards,
Hartwig

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

Reply via email to