On 6 Aug 2013, at 3:44pm, Richard Hipp <[email protected]> wrote: > On Tue, Aug 6, 2013 at 10:21 AM, Simon Slavin <[email protected]> wrote: > >> SQLite is not optimised for databases which contain a very large number of >> tables (hundreds). It has to scan the long list of tables quite a lot. >> This will lead to low speeds. > > SQLite uses hashing to find tables - no list scanning.
I sit corrected. Thanks. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

