[jira] [Commented] (SOLR-8012) Field mapping portion of "fl" should be handled in the merger node

2015-09-08 Thread Chirag Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14735344#comment-14735344
 ] 

Chirag Gupta commented on SOLR-8012:


Thanks Shalin, I'm saying exactly what you explained. :)

> Field mapping portion of "fl" should be handled in the merger node
> --
>
> Key: SOLR-8012
> URL: https://issues.apache.org/jira/browse/SOLR-8012
> Project: Solr
>  Issue Type: Improvement
>  Components: search, SearchComponents - other, SolrCloud
>Affects Versions: 5.1
>Reporter: Chirag Gupta
>  Labels: starter
>
> Today "fl" is used for 
> a) filtering the fields and 
> b) mapping the field names to alternate names.
> we should optimize the network traffic by not passing the field mappings to 
> all the nodes and run on the node which is fanning-out and merging the 
> request.
> This impacts the network in the cases where there are 100s of shards to send 
> and the field mapping list is huge



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

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



[jira] [Commented] (SOLR-8012) Field mapping portion of "fl" should be handled in the merger node

2015-09-08 Thread Chirag Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-8012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14735351#comment-14735351
 ] 

Chirag Gupta commented on SOLR-8012:


Shawn, I was recommending to divide the parts of fl into two parts and not send 
the mapping part. Shalin explained it in the comment below pretty well.

Thanks
Chirag 

> Field mapping portion of "fl" should be handled in the merger node
> --
>
> Key: SOLR-8012
> URL: https://issues.apache.org/jira/browse/SOLR-8012
> Project: Solr
>  Issue Type: Improvement
>  Components: search, SearchComponents - other, SolrCloud
>Affects Versions: 5.1
>Reporter: Chirag Gupta
>  Labels: starter
>
> Today "fl" is used for 
> a) filtering the fields and 
> b) mapping the field names to alternate names.
> we should optimize the network traffic by not passing the field mappings to 
> all the nodes and run on the node which is fanning-out and merging the 
> request.
> This impacts the network in the cases where there are 100s of shards to send 
> and the field mapping list is huge



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

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



[jira] [Created] (SOLR-8012) Field mapping portion of "fl" should be handled in the merger node

2015-09-05 Thread Chirag Gupta (JIRA)
Chirag Gupta created SOLR-8012:
--

 Summary: Field mapping portion of "fl" should be handled in the 
merger node
 Key: SOLR-8012
 URL: https://issues.apache.org/jira/browse/SOLR-8012
 Project: Solr
  Issue Type: Improvement
  Components: search, SearchComponents - other, SolrCloud
Affects Versions: 5.1
Reporter: Chirag Gupta


Today "fl" is used for 
a) filtering the fields and 
b) mapping the field names to alternate names.

we should optimize the network traffic by not passing the field mappings to all 
the nodes and run on the node which is fanning-out and merging the request.

This impacts the network in the cases where there are 100s of shards to send 
and the field mapping list is huge



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

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