Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
When creating delta files in parallel and merging them with the main partition file, the write amplification may increase, and they may begin to interfere with each other.
In RocksDb, these processes run in parallel, but checkpoint threads have higher thread priority.
I think it can be done by analogy, but without thread priorities, but with slowing down the threads of the delta file merge.
Attachments
Issue Links
- is a child of
-
IGNITE-16657 [Native Persistence 3.0] Implement partitions chunks merger
- Resolved
- links to