On 1 Sep 2017, at 9:47pm, Papa <p...@arbolone.ca> wrote:

> Yes, right after opening the database, I want o perform a vacuuming so that 
> the new tables can be created, writing and/or read.

You do not need to execute VACUUM to use new tables.  In fact the command will 
cause a long delay for no useful result, since you are immediately fragmenting 
the database again by changing it.  Just proceed without the VACUUM.

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

Reply via email to