Has been decided that we should implement the following policy for selecting geo cursors when performing an exact lookup:
- If a geo cursor is a candidate and no btree cursors are candidates, use the geo cursor only.
- Otherwise don't use a geo cursor.
- related to
-
SERVER-8768 implement support for interleaving btree and non btree cursors in query optimizer cursor selection code
- Closed