On 19 Dec 2009, at 9:27am, Robert Citek wrote: > Does anyone have any pointers on how I can speed up a sqlite3 query > that sorts a list of random integers?
What are you doing that sorts them ? Are they in an indexed column, or are you doing it an ORDER BY clause ? If you have an index, delete it; if you don't, make one. See whether that speeds it up. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users