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

handle $err from queries

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.5.6
    • Affects Version/s: None
    • Component/s: Sharding
    • None
    • ALL

      db.compound.find().sort(

      {b:1}

      ).itcount()
      3
      > db.compound.find().sort(

      {b:1}

      )

      { "$err" : "too much key data for sort() with no index. add an index or specify a smaller limit", "code" : 10128 } { "$err" : "too much key data for sort() with no index. add an index or specify a smaller limit", "code" : 10128 } { "$err" : "too much key data for sort() with no index. add an index or specify a smaller limit", "code" : 10128 }

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: