Uploaded image for project: 'Apache Blur'
  1. Apache Blur
  2. BLUR-75

Change the Thrift API - Change BlurResults to NOT include Rows or Records

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 0.3.0
    • None
    • Blur
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            amccurry Aaron McCurry
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: