Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Docs Required, Release Notes Required
Description
Currently index definitions on client/server nodes can differ due to MetaPageInfo for old persisted indexes. The main difference is whether to use wrapped or unwrapped PK keys for indexes.
Client index should receive info about this from server nodes before creating the index locally.
It requires for supporting merge of IndexQuery on a query initiator node, and simplification of MergeSort algorithm.
Complexity: should work for both local (on-start) configuration and remote configuration (dynamic).
After ticket we should remove GridCacheQueryResponse#idxQryMetadata and infrastructure for that