On 9/7/16, David Empson <[email protected]> wrote:
>
> every ATTACH DATABASE or
> DETACH DATABASE triggers a schema change...

That's because the set of tables and indexes available to the query
planner changes, and so all of the SQL statements need to be reparsed
and replanned, to take into account those changes.
-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to