Subject Re: [firebird-support] Re: Best way to delete millions of rows
Author Jesus Garcia

Here you delete some records, but then count whole table.
Add same "where" condition as in "count" query

Regards,
Vlad

I 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