Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
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.
Attachments
Attachments
Issue Links
- is blocked by
-
IGNITE-17149 Separation of the PageMemoryStorageEngineConfigurationSchema into in-memory and persistent
- Resolved