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

Empty arrays can not be estimated: "encountered unimplemented case where index bounds tightness are non-exact"

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Optimization
    • ALL

      Enterprise bar> db.foo.find({a:[]});
      MongoServerError[HistogramCEFailure]: encountered unimplemented case where index bounds tightness are non-exact: ['a']: [undefined, undefined], [[], []] 

      The histogram appears to contain a dedicated field for that specific situation:

            emptyArrayCount: Long('1'), 

            Assignee:
            Unassigned Unassigned
            Reporter:
            philip.stoev@mongodb.com Philip Stoev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: