[
https://issues.apache.org/jira/browse/IGNITE-13683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17228577#comment-17228577
]
Sergey Chugunov commented on IGNITE-13683:
------------------------------------------
[~sdanilov],
I think we can optimize the code a little bit. If my understanding is correct
we added iteration over all caches from cache group only because we can request
MVCC session for a separate cache, not a cache group.
But if caches in the group don't have MVCC enabled, we can use good old
iteration over all keys in partition, without separating them by cache. It
should be more effective.
> Added MVCC validation to ValidateIndexesClosure
> -----------------------------------------------
>
> Key: IGNITE-13683
> URL: https://issues.apache.org/jira/browse/IGNITE-13683
> Project: Ignite
> Issue Type: Sub-task
> Affects Versions: 2.9
> Reporter: Anton Kalashnikov
> Assignee: Semyon Danilov
> Priority: Major
> Fix For: 2.10
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> MVCC indexes validation should be added to ValidateIndexesClosure
--
This message was sent by Atlassian Jira
(v8.3.4#803005)