Simon Slavin <[email protected]> wrote: > The first step has to make a lot of decisions about what plan to follow in > retrieving the rows: Which index is the best to use ? > Is it going to be necessary to sort the rows even after that index ? These > things do take some extra time.
These decisions are made by sqlite3_prepare, before the first sqlite3_step. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

