You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2016/04/03 18:21:25 UTC

[jira] [Created] (SOLR-8936) Push down the DISTINCT operation into the /export handler, to support exporting distinct edges during a graph traversal

Joel Bernstein created SOLR-8936:
------------------------------------

             Summary: Push down the DISTINCT operation into the /export handler, to support exporting distinct edges during a graph traversal
                 Key: SOLR-8936
                 URL: https://issues.apache.org/jira/browse/SOLR-8936
             Project: Solr
          Issue Type: New Feature
            Reporter: Joel Bernstein


The /export handler sorts all results by specified fields as it streams out results. We can use the sort order to perform a reduce style distinct operation as docs are being sent out.

This can be used in the SQL handler, effectively removing the need for map_reduce mode SELECT DISTINCT operations.

But the primary driver for this is to export distinct edges during a graph traversal, which will eliminate a huge amount of network traffic during large traversals.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org