[
https://issues.apache.org/jira/browse/IGNITE-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16130346#comment-16130346
]
ASF GitHub Bot commented on IGNITE-6033:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/2441
> Add sorted and multithreaded modes in checkpoint algorithm
> ----------------------------------------------------------
>
> Key: IGNITE-6033
> URL: https://issues.apache.org/jira/browse/IGNITE-6033
> Project: Ignite
> Issue Type: Improvement
> Components: persistence
> Affects Versions: 2.1
> Reporter: Ivan Rakov
> Assignee: Alexey Goncharuk
> Fix For: 2.2
>
>
> Sequential writes to SSD are faster than random. When we write checkpoint, we
> iterate through hash table, which is actually random order. We should add an
> option to write pages sorted by page index. It should be configured in
> PersistentStoreConfiguration.
> Also, we already have PersistentStoreConfiguration#checkpointingThreads
> option, but we don't use it - we create thread pool, but submit only one task
> to it. This should be fixed as well.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)