Text stage shouldn't do fetching if unneeded

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Query Integration
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Currently the text stage always fetches the document: https://github.com/mongodb/mongo/blob/r2.8.0-rc1/src/mongo/db/exec/text.cpp#L291.

      This can be a significant amount of wasted work if just doing a count of documents matching a query. A WT test runs 4x faster with that line commented out (obviously not a real solution but a reasonable model for how one would perform).

            Assignee:
            [DO NOT USE] Backlog - Query Integration
            Reporter:
            Mathias Stearn
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: