You are not logged in.
Pages: 1
I have a database with ~1mil records. If I delete 5000 entries and then 'VACUUM' it grows by 10MB. Am I doing something wrong?
After the deletions are committed I am issuing:
database.EngineExecuteAll('VACUUM');
Thanks!
Offline
It's TSQLRestServerDB
Offline
ok, I used database.db.executeall('VACUUM') but it didn't have any effect. I have two tables defined but I don't think they are virtual.
Last edited by dansot (2013-08-27 21:13:37)
Offline
That still adds 10MB to the file
Offline
Pages: 1