Subject | Re: [firebird-support] Re: Best way to delete millions of rows |
---|---|
Author | Jesus Garcia |
Post date | 2016-10-31T18:29:26Z |
Here you delete some records, but then count whole table.
Add same "where" condition as in "count" query
Regards,
VladI think the execution of select count is for garbage collection.If count of records that does not exists is executed, will be the garbage collection executed for the deleted records?Jesus