You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Rakov (JIRA)" <ji...@apache.org> on 2017/08/16 10:37:00 UTC

[jira] [Assigned] (IGNITE-6033) Add sorted and multithreaded modes in checkpoint algorithm

     [ https://issues.apache.org/jira/browse/IGNITE-6033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Rakov reassigned IGNITE-6033:
----------------------------------

    Assignee: Alexey Goncharuk  (was: Ivan Rakov)

> 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)