[UWE] Stop serializing inserts/updates/deletes as bulkWrites internally

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Execution
    • QE 2025-12-08
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      For both performance and correctness reasons, we should stop serializing inserts/updates/deletes as bulkWrites internally with the write batch executor. Correctness wise, this is needed because bulkWrite does not support legacy runtime constants (this causes a test failure in jstests/noPassthrough/query/update/update_now_clustertime_sharding.js) 

      Note that to keep the response processor logic simple, we will want to convert the inserts/updates/deletes to BulkWriteResponses. 

            Assignee:
            Drew Paroski
            Reporter:
            Mihai Andrei
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: