purge buffering
The technique of storing index changes due to DELETE
operations in the insert buffer rather than writing them immediately, so that the physical writes can be performed to minimize random I/O. (Because delete operations are a two-step process, this operation buffers the write that normally purges an index record that was previously marked for deletion.) It is one of the types of change buffering; the others are insert buffering. and delete buffering
See also change buffering.
See also delete buffering.
See also insert buffer.
See also insert buffering.