You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2022/08/10 09:21:00 UTC

[jira] [Created] (IGNITE-17504) Replace ScanFallbackIterator with GridCacheDistributedQueryFuture

Maksim Timonin created IGNITE-17504:
---------------------------------------

             Summary: Replace ScanFallbackIterator with GridCacheDistributedQueryFuture
                 Key: IGNITE-17504
                 URL: https://issues.apache.org/jira/browse/IGNITE-17504
             Project: Ignite
          Issue Type: New Feature
            Reporter: Maksim Timonin
            Assignee: Maksim Timonin


Currently, for ScanQuery we have separate branch of query processing - ScanQueryFallbackIterator. That is useful for partitioned request (ScanQuery.setPartition).

This branch can be re-used with IndexQuery, but firstly it's required to merge this branch with main logic of processing, implemented in GridCacheDistributedQueryFuture.

Looks like it pretty easy to implement with existing set of fields and methods within this future.



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