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

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

Kirill Tkalenko created IGNITE-17208:
----------------------------------------

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