[jira] [Updated] (IGNITE-21742) Refactor creating and managing of Page Memory Indexes

2024-03-13 Thread Aleksandr Polovtcev (Jira)


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

Aleksandr Polovtcev updated IGNITE-21742:
-
Fix Version/s: 3.0.0-beta2

> Refactor creating and managing of Page Memory Indexes 
> --
>
> Key: IGNITE-21742
> URL: https://issues.apache.org/jira/browse/IGNITE-21742
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-beta2
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Current logic of managing Page Memory indexes (like recovery, creation of new 
> indexes and updates during rebalance) is all contained within the 
> {{AbstractPageMemoryMvPartitionStorage}} which makes it complicated to modify 
> it (like, for example when implementing recovery in IGNITE-21671). Also, 
> current approach of creating or restoring Index Trees is not very convenient 
> as it relies on a boolean flag passed to the corresponding constructor. It 
> would be more readable and maintainable to have distinct factory methods for 
> that. 



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


[jira] [Updated] (IGNITE-21742) Refactor creating and managing of Page Memory Indexes

2024-03-13 Thread Aleksandr Polovtcev (Jira)


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

Aleksandr Polovtcev updated IGNITE-21742:
-
Summary: Refactor creating and managing of Page Memory Indexes   (was: 
Refactor creating and managing Page Memory Indexes )

> Refactor creating and managing of Page Memory Indexes 
> --
>
> Key: IGNITE-21742
> URL: https://issues.apache.org/jira/browse/IGNITE-21742
> Project: Ignite
>  Issue Type: Improvement
>Reporter: Aleksandr Polovtcev
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Current logic of managing Page Memory indexes (like recovery, creation of new 
> indexes and updates during rebalance) is all contained within the 
> {{AbstractPageMemoryMvPartitionStorage}} which makes it complicated to modify 
> it (like, for example when implementing recovery in IGNITE-21671). Also, 
> current approach of creating or restoring Index Trees is not very convenient 
> as it relies on a boolean flag passed to the corresponding constructor. It 
> would be more readable and maintainable to have distinct factory methods for 
> that. 



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