Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
At the moment, after each checkpoint, delta files are created for each modified partition (which have dirty pages).
We need to implement merging the delta file into the main partition file to reduce read amplification.
Suggested solution:
- Merge to make multi-thread, the number of threads to set in the configuration;
- Each thread processes one delta file at a time;
- Merge to start as soon as there are delta files.
The question remains, what to do when a checkpoint and merge of delta files are working at the same time, who should be given priority and how to deal with it? It is proposed to think over and do in IGNITE-17446.
Attachments
Issue Links
- Dependent
-
IGNITE-15818 [Native Persistence 3.0] Checkpoint, lifecycle and file store refactoring and re-implementation
- Resolved
- is a parent of
-
IGNITE-17446 Determine priority between checkpoint and merge delta files
- Open
- links to