Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-5800

Refactor 2D $geoWithin into new query framework (expression index)

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.7.2
    • Affects Version/s: None
    • Component/s: Geo
    • Labels:
    • 0

      Queries over $geoWithin on a 2D index go through a custom codepath - replace this with an approach similar to the 2DSphere index where the space to be searched is transformed directly into index bounds for an IndexScan in the new query framework.

      No behavior change is intended.

      This will allow:

      • larger results sets
      • limit + skip
      • yielding

      Make sure to test with map/reduce agg.

            Assignee:
            greg_10gen Greg Studer
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            2 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: