You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2022/06/24 17:00:00 UTC

[jira] [Updated] (IGNITE-17230) Support splt-file page store

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

Kirill Tkalenko updated IGNITE-17230:
-------------------------------------
    Description: 
*Notes*
Description may not be complete.

*Goal*
To implement the new checkpoint (described in IGNITE-15818), we need to modify  *FilePageStore*, a list (in reverse order) of *DelataFilePageStore* will be added to its structure, which will increase after each checkpoint (at its completion) and decrease after each merge with the *FilePageStore* by "compacter".

*DelataFilePageStore* will contain:
* Sorted list of *pageId*s: allows by binary search to find the offset in this file for the requested *pageId*;
* Allocation Index: *pageId* of the last allocated page;
* Pages themselves are sorted by *pageId*.



  was:
*Notes*
Description may not be complete.

*Goal*
To implement the new checkpoint (described in IGNITE-15818), we need to modify  *FilePageStore*, a list (in reverse order) of *DelataFilePageStore* will be added to its structure, which will increase after each checkpoint (at its completion) and decrease after each merge with the *FilePageStore* by "compacter".


> Support splt-file page store
> ----------------------------
>
>                 Key: IGNITE-17230
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17230
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha6
>
>
> *Notes*
> Description may not be complete.
> *Goal*
> To implement the new checkpoint (described in IGNITE-15818), we need to modify  *FilePageStore*, a list (in reverse order) of *DelataFilePageStore* will be added to its structure, which will increase after each checkpoint (at its completion) and decrease after each merge with the *FilePageStore* by "compacter".
> *DelataFilePageStore* will contain:
> * Sorted list of *pageId*s: allows by binary search to find the offset in this file for the requested *pageId*;
> * Allocation Index: *pageId* of the last allocated page;
> * Pages themselves are sorted by *pageId*.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)