You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Anton Kalashnikov (Jira)" <ji...@apache.org> on 2020/11/18 11:27:00 UTC

[jira] [Created] (IGNITE-13720) Defragmentation parallelism implementation

Anton Kalashnikov created IGNITE-13720:
------------------------------------------

             Summary: Defragmentation parallelism implementation
                 Key: IGNITE-13720
                 URL: https://issues.apache.org/jira/browse/IGNITE-13720
             Project: Ignite
          Issue Type: Sub-task
          Components: persistence
            Reporter: Anton Kalashnikov
            Assignee: Anton Kalashnikov


Defragmentation is executed in a single thread right now. It makes sense to execute the defragmentation of partitions of one group in parallel.

Several parameters will be added to the defragmentation configuration:
 * checkpointThreadPoolSize - the size of thread pool which would be used by checkpointer for writing defragmented pages to disk.
 * executionThreadPoolSize - the size of the thread pool which shows how many partitions maximum can be defragmented at the same time.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)