Sciweavers

ICDE
2001
IEEE

Efficient Bulk Deletes in Relational Databases

14 years 5 months ago
Efficient Bulk Deletes in Relational Databases
Many applications require that large amounts of data are deleted from the database ? typically, such bulk deletes are carried out periodically and involve old or out-of-date data. If the data is not partitioned in such a way that bulk deletes can be carried out by simply deleting whole partitions, then most current database products execute such bulk delete operations very poorly. The reason is that every record is deleted from each index individually. This paper proposes and evaluates a new class of techniques to support bulk delete operations more efficiently. These techniques outperform the "record-at-a-time" approach implemented in many database products by about one order of magnitude.
Andreas Gärtner, Alfons Kemper, Donald Kossma
Added 01 Nov 2009
Updated 01 Nov 2009
Type Conference
Year 2001
Where ICDE
Authors Andreas Gärtner, Alfons Kemper, Donald Kossmann, Bernhard Zeller
Comments (0)