Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
This is an umbrella issue for the related projects.
There are number of cases[1] described in the issue attached that calls for a background worker entity that will do a housekeeping for:
- empty values vacuum cleaning
- on-disk persistant data invariants, e.g. tables clustering key ordering.
- merging of multiple partitions made by separate bulk insertion operations.
- on-disk persistant data values locality preservation to reduce extents ranges thus increasing the effect of Extent Elimination.
The worker entity must take concurrency control into account. As of MCS 6.1.1 the concurrency control includes on-disk data logical blocks and Extent Map entries.
1. Vacuum cleaner is actual but others are future projects yet to be implemented
Attachments
Issue Links
- relates to
-
MCOL-4889 Manual and automated vacuum cleaning for on-disk data empty records
- Confirmed