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

Need to limit size of backfilled elements when creating an array

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.0.0-rc1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • ALL

      > db.foo.insert({_id:1, a:[]})
      > db.foo.update({_id:1}, {$set:{'a.10000000':'break'}})
      BufBuilder grow() > 64MB

            Assignee:
            mathias@mongodb.com Mathias Stearn
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: