On Fri, Mar 25, 2011 at 6:30 PM, Simon Slavin <slav...@bigfraud.org> wrote:

>
> On 25 Mar 2011, at 10:18pm, Richard Hipp wrote:
>
> > Suggestion:  After you run ANALYZE, go back and modify values in
> > sqlite_stat1 (and sqlite_stat2 if you are using SQLITE_ENABLE_STAT2) with
> > "typical" values that you would expect to see in most databases.  Yes,
> you
> > can read and write the sqlite_stat1 and sqlite_stat2 tables.
>
> Can you DROP them ?
>

No.  But you can do "DELETE FROM sqlite_stat1;" which accomplishes the same
thing.


>
> Simon.
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to