On 5/8/2015 7:54 AM, Zaumseil Ren? wrote:
> I have a range of tables with rowid,value inside. Some have only few and some 
> other can have up to a million values.
> Now I will empty all the tables and vacuum the database. Which is the fastest 
> way?

Close the connection, physically delete the database file, then re-open 
(which will create a new file) and re-create the schema.
-- 
Igor Tandetnik

Reply via email to