On 3/17/16, Domingo Alvarez Duarte <sqlite-mail at dev.dadbiz.es> wrote: > Hello ! > > Also a related question, if a database already has stats tables do we need > to > run analize after a vacuum ? Or vacuum is smart enough to see the stats > tables and run analize by itself ?
VACUUM does not change the stats, so it does not matter. -- D. Richard Hipp drh at sqlite.org