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

Apply global index key inserts and deletes in parallel in a repl batch

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Execution Team 2022-10-03, Execution Team 2022-10-17

      CRUD ops are applied in parallel within a batch based on a hash of their _id. The global index key inserts and delete OpTypes "xi" and "xd" do not have an _id field, so they end up being unnecessarily serialised. Serialise these OpTypes by docKey instead.

            Assignee:
            yujin.kang@mongodb.com Yujin Kang Park
            Reporter:
            josef.ahmad@mongodb.com Josef Ahmad
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: