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

Kirill Tkalenko updated IGNITE-19202:
-------------------------------------
    Description: 
At the moment, index storages are created by factories that are added when 
listening to add an index to the configuration. 
What is not entirely correct, we need to directly create index storages for 
partitions.
Of course, we need to take into account the node assignments for the partition.

  was:
Now creating indexes directly use the configuration, which can lead to errors, 
you need to pass the index schema.

See:
* *org.apache.ignite.internal.storage.engine.MvTableStorage#getOrCreateIndex*


> Creating index storage for partitions
> -------------------------------------
>
>                 Key: IGNITE-19202
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19202
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> At the moment, index storages are created by factories that are added when 
> listening to add an index to the configuration. 
> What is not entirely correct, we need to directly create index storages for 
> partitions.
> Of course, we need to take into account the node assignments for the 
> partition.



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

Reply via email to