[
https://issues.apache.org/jira/browse/IGNITE-20530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-20530:
-------------------------------------
Description:
Now indexes are started for all indexes, but of course they can stop
immediately because there is no need to build them, but it is more correct to
start building for write-only indexes (with this status).
At the moment there is
*org.apache.ignite.internal.catalog.descriptors.CatalogIndexDescriptor#writeOnly*,
but it does not change in any way.
was:Now indexes are started for all indexes, but of course they can stop
immediately because there is no need to build them, but it is more correct to
start building for write-only indexes (with this status).
> Start building indexes for write-only indexes
> ---------------------------------------------
>
> Key: IGNITE-20530
> URL: https://issues.apache.org/jira/browse/IGNITE-20530
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3
>
> Now indexes are started for all indexes, but of course they can stop
> immediately because there is no need to build them, but it is more correct to
> start building for write-only indexes (with this status).
> At the moment there is
> *org.apache.ignite.internal.catalog.descriptors.CatalogIndexDescriptor#writeOnly*,
> but it does not change in any way.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)