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

Aaron McCurry commented on BLUR-75:
-----------------------------------

How about this, we advise people to not use the functionality (depreciate it) 
and potentially add a new function in 0.1.6, but not break backwards 
compatibility.
                
> Change the Thrift API - Change BlurResults to NOT include Rows or Records
> -------------------------------------------------------------------------
>
>                 Key: BLUR-75
>                 URL: https://issues.apache.org/jira/browse/BLUR-75
>             Project: Apache Blur
>          Issue Type: Bug
>    Affects Versions: 0.1.5
>            Reporter: Aaron McCurry
>             Fix For: 0.1.5
>
>
> I would like to remove the ability to fetch data during the query call.  
> Instead I would like to result rowids (when superquery is turned on) and 
> rowids + recordids when (when superquery is turned off).
> The biggest reason for this change would be because the data being with the 
> result can be so large that it runs the controller(s) out of memory.  This 
> happens because in the blurquery object the user can ask for N number of rows 
> (or records is super is off) without knowing the size of the row or the size 
> of all of the rows in the result.
> By not fetching the results in the query call, this will force a second call 
> to fetch each row (multiple calls).  This makes each request smaller and 
> therefore the likely hood of running the controller out of memory is greatly 
> reduced.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to