[infinispan-issues] [JBoss JIRA] (ISPN-6648) Distributed stream sort and distinct can be more efficient if followed by limit

William Burns (JIRA) issues at jboss.org
Wed May 18 01:06:00 EDT 2016


William Burns created ISPN-6648:
-----------------------------------

             Summary: Distributed stream sort and distinct can be more efficient if followed by limit
                 Key: ISPN-6648
                 URL: https://issues.jboss.org/browse/ISPN-6648
             Project: Infinispan
          Issue Type: Feature Request
          Components: Distributed Execution and Map/Reduce
            Reporter: William Burns
             Fix For: 9.0.0.Final


If a sort or distinct is followed by a limit we can do these all on  the remote node limiting results returned.

This can be done for all terminal operations except iterator.  Iterator can only do this if the limit is less than the batch size.  Otherwise full support in ISPN-4358 is required.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list