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

2022-10-18 Thread Vyacheslav Koptilin (Jira)


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

Vyacheslav Koptilin updated IGNITE-17197:
-
Fix Version/s: 3.0.0-beta2
   (was: 3.0.0-beta1)

> 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-beta2
>
>
> 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.10#820010)


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

2022-06-29 Thread Roman Puchkovskiy (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Roman Puchkovskiy updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Ignite /  IGNITE-17197  
 
 
  Change the default storage engine (for tables)   
 

  
 
 
 
 

 
Change By: 
 Roman Puchkovskiy  
 
 
Epic Link: 
 IGNITE- 16851 16923  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.10#820010-sha1:ace47f9)  
 
 

 
   
 

  
 

  
 

   



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

2022-06-20 Thread Sergey Uttsel (Jira)


 [ 
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)