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/09 15:36:00 UTC

[jira] [Updated] (IGNITE-17149) Separation of the PageMemoryStorageEngineConfigurationSchema into in-memory and persistent

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

Kirill Tkalenko updated IGNITE-17149:
-------------------------------------
    Description: 
At the moment, the *org.apache.ignite.internal.storage.pagememory.configuration.schema.PageMemoryStorageEngineConfigurationSchema* contains configuration for in-memory and persistent {*}org.apache.ignite.internal.pagememory.configuration.schema.PageMemoryDataRegionConfigurationSchema{*}, which can be inconvenient for the user for several reasons:
 * *PageMemoryDataRegionConfigurationSchema* contains the configuration for in-memory and the persistent case, which can be confusing because it's not obvious which properties to set for each;
 * User does not have the ability to set a different size *PageMemoryStorageEngineConfigurationSchema#pageSize* for in-memory and the persistent case;
 *  

  was:
At the moment, the *org.apache.ignite.internal.storage.pagememory.configuration.schema.PageMemoryStorageEngineConfigurationSchema* contains configuration for in-memory and persistent {*}org.apache.ignite.internal.pagememory.configuration.schema.PageMemoryDataRegionConfigurationSchema{*}, which can be inconvenient for the user for several reasons:
 *  


> Separation of the PageMemoryStorageEngineConfigurationSchema into in-memory and persistent
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-17149
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17149
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha6
>
>
> At the moment, the *org.apache.ignite.internal.storage.pagememory.configuration.schema.PageMemoryStorageEngineConfigurationSchema* contains configuration for in-memory and persistent {*}org.apache.ignite.internal.pagememory.configuration.schema.PageMemoryDataRegionConfigurationSchema{*}, which can be inconvenient for the user for several reasons:
>  * *PageMemoryDataRegionConfigurationSchema* contains the configuration for in-memory and the persistent case, which can be confusing because it's not obvious which properties to set for each;
>  * User does not have the ability to set a different size *PageMemoryStorageEngineConfigurationSchema#pageSize* for in-memory and the persistent case;
>  *  



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