On 3/3/15, Jan Asselman <jan.asselman at iba-benelux.com> wrote: > > Can I copy the "statistics tables" from one database file to another? >
Yes. You have to run "ANALYZE sqlite_master;" first to actually create the tables, but then you can populate the tables with data copied from a different database. -- D. Richard Hipp drh at sqlite.org