Delete and Update Operations
摘要
Modifying data within a highly compressed structure is expensive and requires additional processes to manage successfully. Whereas insert operations can benefit from bulk loading to streamline data load processes, delete and update operations require using the delete bitmap and delta store to manage changes to existing data.