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

Cao Manh Dat commented on SOLR-8344:
------------------------------------

[~tomasflobbe] I changed start param. Therefore, in the first pass, every shard 
will send back 10010 ids back to the query master. Right now we will use stored 
field to retrieve doc ids, with this patch, we will use doc values field to 
retrieve doc ids ( which is significant faster ).
In case of less values to be retrieved ( case 2 ), the different is not much.

bq. What happens in your benchmark if at least one of the fields to return is a 
text field (or has docValues=false)? Does getting the stored content of one of 
the fields change your benchmark results?

Yeah, I'm about to testing that, we post result latter. But keep in mind that, 
in case of multi-value field, we can't use docValues because values are stored 
as sorted-set.

> Decide default when requested fields are both column and row stored.
> --------------------------------------------------------------------
>
>                 Key: SOLR-8344
>                 URL: https://issues.apache.org/jira/browse/SOLR-8344
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Ishan Chattopadhyaya
>         Attachments: SOLR-8344.patch
>
>
> This issue was discussed in the comments at SOLR-8220. Splitting it out to a 
> separate issue so that we can have a focused discussion on whether/how to do 
> this.
> If a given set of requested fields are all stored and have docValues (column 
> stored), we can retrieve the values from either place.  What should the 
> default be?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to