[
https://issues.apache.org/jira/browse/BLUR-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron McCurry closed BLUR-75.
-----------------------------
Resolution: Won't Fix
Fix Version/s: (was: 0.3.0)
> 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
> Components: Blur
> Affects Versions: 0.3.0
> Reporter: Aaron McCurry
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)