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

[jira] [Updated] (IGNITE-17197) Change the default storage engine (for tables)

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

Sergey Uttsel updated IGNITE-17197:
-----------------------------------
    Description: 
Currently the default pagememory storage doesn't support MVCC. So it doesn't fit to the transaction protocol. Only RocksDbTableStorage supports 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" or other storage.
 # enable tests marked by "IGNITE-17197"
 # check other places marked by IGNITE-17197"

  was:
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-17197"
 # check other places marked by IGNITE-17197"

        Summary: Change the default storage engine (for tables)  (was: Page memory storages are disabled now)

> Change the default storage engine (for tables)
> ----------------------------------------------
>
>                 Key: IGNITE-17197
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17197
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Sergey Uttsel
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha6
>
>
> Currently the default pagememory storage doesn't support MVCC. So it doesn't fit to the transaction protocol. Only RocksDbTableStorage supports 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" or other storage.
>  # enable tests marked by "IGNITE-17197"
>  # check other places marked by IGNITE-17197"



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