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

Allow command request and response BSON objects to exceed 16MB

    • Query Execution

      This is due to limitations in both the shell and command processing. This could be useful for things like allowing large write batches or allowing users to compute result documents larger than 16MB using the aggregation framework.

      The correct fix here is probably to remove the generic BSONObj limit entirely, and only enforce the limit when serializing to disk (16MB) or the network (48MB).

            Assignee:
            backlog-query-execution [DO NOT USE] Backlog - Query Execution
            Reporter:
            greg_10gen Greg Studer
            Votes:
            12 Vote for this issue
            Watchers:
            21 Start watching this issue

              Created:
              Updated: