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/22 12:26:00 UTC

[jira] [Updated] (IGNITE-17208) Change storage engine names based on PageMemory

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

Kirill Tkalenko updated IGNITE-17208:
-------------------------------------
    Description: 
PageMemory based storage engine (*pagememory*) has been split into two *aimem* (in-memory) and *aipersist* (persistent), these names don't seem convenient and memorable like *rocksdb*, we need something similar for them.

What needs to be changed in the code:
* *org.apache.ignite.internal.storage.pagememory.VolatilePageMemoryStorageEngine#ENGINE_NAME*
* *org.apache.ignite.internal.storage.pagememory.PersistentPageMemoryStorageEngine#ENGINE_NAME*
* *org.apache.ignite.configuration.schemas.table.TablesConfigurationSchema#defaultDataStorage*
* *org.apache.ignite.example.storage.PersistentPageMemoryStorageExample*
* *org.apache.ignite.example.storage.VolatilePageMemoryStorageExample*
* Fallen tests.


  was:
PageMemory based storage engine (*pagememory*) has been split into two *aimem* (in-memory) and *aipersist* (persistent), these names don't seem convenient and memorable like *rocksdb*, we need something similar for them.

What needs to be changed in the code:
* org.apache.ignite.internal.storage.pagememory.VolatilePageMemoryStorageEngine#ENGINE_NAME
* org.apache.ignite.internal.storage.pagememory.PersistentPageMemoryStorageEngine#ENGINE_NAME
* org.apache.ignite.configuration.schemas.table.TablesConfigurationSchema#defaultDataStorage
* org.apache.ignite.example.storage.PersistentPageMemoryStorageExample
* org.apache.ignite.example.storage.VolatilePageMemoryStorageExample
* Fallen tests.



> Change storage engine names based on PageMemory
> -----------------------------------------------
>
>                 Key: IGNITE-17208
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17208
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha6
>
>
> PageMemory based storage engine (*pagememory*) has been split into two *aimem* (in-memory) and *aipersist* (persistent), these names don't seem convenient and memorable like *rocksdb*, we need something similar for them.
> What needs to be changed in the code:
> * *org.apache.ignite.internal.storage.pagememory.VolatilePageMemoryStorageEngine#ENGINE_NAME*
> * *org.apache.ignite.internal.storage.pagememory.PersistentPageMemoryStorageEngine#ENGINE_NAME*
> * *org.apache.ignite.configuration.schemas.table.TablesConfigurationSchema#defaultDataStorage*
> * *org.apache.ignite.example.storage.PersistentPageMemoryStorageExample*
> * *org.apache.ignite.example.storage.VolatilePageMemoryStorageExample*
> * Fallen tests.



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