Jay Kreibich wrote:
On Oct 8, 2012, at 3:36 PM, Darren Duncan <dar...@darrenduncan.net> wrote:
Of course, if that is done, then in order to have predictable performance we'd also want 
to add some other statement one can invoke when they want to reclaim disk space later, 
which actually goes and rewrites the table, rather than this just happening 
"automatically" (though it could also be configured to happen automatically.

That would be VACUUM, which already rewrites the tables, and would have to be 
run to reclaim the space anyways.

Yes, that's what I meant, I didn't recall if SQLite already had such functionality (I knew of it in other DBMSs). -- Darren Duncan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to