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

Tristan Tarrant (JIRA) issues at jboss.org
Mon Feb 27 08:46:00 EST 2017


     [ https://issues.jboss.org/browse/ISPN-6648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-6648:
----------------------------------
    Fix Version/s:     (was: 9.0.0.Final)


> 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
>            Assignee: William Burns
>
> 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
(v7.2.3#72005)


More information about the infinispan-issues mailing list