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

Make querying by rowid less taxing on shard servers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.2.0, 0.3.0
    • 0.3.0, 0.2.2
    • Blur
    • None

    Description

      Please add a mechanism that makes querying by rowid less taxing on the shard servers. Rowid is not something that I want to put in block cache, but it is a field that is convenient to use in queries.

      Currently in queries, rowid acts like any other field, so all shard servers that do not have the rowid in question have to parse the query and run the search even though they are guaranteed to not produce any results.

      It would be nice if this behavior could be short circuited when rowid is a required query element and is a full string (doesn't include wildcards or ranges of any sort).

      Attachments

        Activity

          People

            Unassigned Unassigned
            jborst Jeff Borst
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: