[
https://issues.apache.org/jira/browse/IGNITE-13327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-13327:
-------------------------------------
Description:
It would be useful to understand how long it will take to rebuild indexes,
since there can be a lot of data and indexes. Now there are following metrics
that allow to estimate approximately how many indexes are left to rebuild:
# IsIndexRebuildInProgress - rebuilding cache indexes in the process;
# IndexBuildCountPartitionsLeft - remaining number of partitions (by cache
group) to rebuild indexes for.
For a more accurate estimate, I suggest adding a metric for caches "Number of
keys processed when rebuilding indexes" with the name
"IndexRebuildKeyProcessed".
was:
It would be useful to understand how long it will take to rebuild indexes,
since there can be a lot of data and indexes. Now there are following metrics
that allow to estimate approximately how many indexes are left to rebuild:
# IsIndexRebuildInProgress - rebuilding cache indexes in the process;
# IndexBuildCountPartitionsLeft - remaining number of partitions (by cache
group) to rebuild indexes for.
> Add a metric for processed keys when rebuilding indexes.
> --------------------------------------------------------
>
> Key: IGNITE-13327
> URL: https://issues.apache.org/jira/browse/IGNITE-13327
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Fix For: 2.10
>
>
> It would be useful to understand how long it will take to rebuild indexes,
> since there can be a lot of data and indexes. Now there are following metrics
> that allow to estimate approximately how many indexes are left to rebuild:
> # IsIndexRebuildInProgress - rebuilding cache indexes in the process;
> # IndexBuildCountPartitionsLeft - remaining number of partitions (by cache
> group) to rebuild indexes for.
> For a more accurate estimate, I suggest adding a metric for caches "Number of
> keys processed when rebuilding indexes" with the name
> "IndexRebuildKeyProcessed".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)