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

[jira] [Created] (IGNITE-17197) Page memory storages are disabled now

Sergey Uttsel created IGNITE-17197:
--------------------------------------

             Summary: Page memory storages are disabled now
                 Key: IGNITE-17197
                 URL: https://issues.apache.org/jira/browse/IGNITE-17197
             Project: Ignite
          Issue Type: Task
            Reporter: Sergey Uttsel


Only RocksDbTableStorage implements MvTableStorage now. So after RocksDbTableStorage was integrated in https://issues.apache.org/jira/browse/IGNITE-16881 the TablesConfigurationSchema#defaultDataStorage was set to "rocksdb" and some tests were disabled.

Need to:
 # implement MvTableStorage and MvPartitionStorage by other storages.
 # set TablesConfigurationSchema#defaultDataStorage to "pagememory"
 # enable tests marked by "IGNITE-<this_ticket_number>"
 # check other places marked by IGNITE-<this_ticket_number>



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