[
https://issues.apache.org/jira/browse/IGNITE-16657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-16657:
-------------------------------------
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.
was:Please refer to https://issues.apache.org/jira/browse/IGNITE-15818 for
the description. This issue should include the merge process itself.
> [Native Persistence 3.0] Implement partitions chunks merger
> -----------------------------------------------------------
>
> Key: IGNITE-16657
> URL: https://issues.apache.org/jira/browse/IGNITE-16657
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Bessonov
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha6
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)