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

Allow command request and response BSON objects to exceed 16MB

    XMLWordPrintableJSON

Details

    • Query Execution

    Description

      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).

      Attachments

        Activity

          People

            backlog-query-execution Backlog - Query Execution
            greg_10gen Greg Studer
            Votes:
            12 Vote for this issue
            Watchers:
            21 Start watching this issue

            Dates

              Created:
              Updated: