You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Pereslegin (Jira)" <ji...@apache.org> on 2019/09/10 09:24:00 UTC

[jira] [Resolved] (IGNITE-6410) Bulk data insert should fill new pages to minimize free-list overhead

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

Pavel Pereslegin resolved IGNITE-6410.
--------------------------------------
    Resolution: Duplicate

> Bulk data insert should fill new pages to minimize free-list overhead
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-6410
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6410
>             Project: Ignite
>          Issue Type: Task
>          Components: persistence
>    Affects Versions: 2.1
>            Reporter: Vladimir Ozerov
>            Priority: Major
>              Labels: performance
>
> Currently every cache-put require the following:
> 1) Find the page with enough space
> 2) Remove it from free-list
> 3) Update the page
> 4) Return back to appropriate free-list
> When doing bulk data loading, we usually need to fill a lot of pages. To minimize free-list overhead we can do the following:
> 1) Allocate new page
> 2) Fill it with as much entries as possible
> 3) Add it to appropriate free-list
> This could drastically improve free-list overhead and this improve loading performance.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)