purge
A type of garbage collection performed by a separate thread, running on a periodic schedule. The purge includes these actions: removing obsolete values from indexes; physically removing rows that were marked for deletion by previous DELETE
statements.
See also crash recovery.
See also delete.
See also doublewrite buffer.