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

Skip attempting to find the database entry before instantiating the create database coordinator

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • Fully Compatible
    • Execution Team 2024-11-25

      Currently we perform an optimistic find on the database being created without holding the DDL lock. We also kept this logic in the new path with the create database coordinator. However, this logic can be removed and be delegated to the joinability of DDL coordinator infrastructure. This will also avoid performing an excessive amount of find commands during implicit database creations sent by many concurrent user requests.

            Assignee:
            yuhong.zhang@mongodb.com Yuhong Zhang
            Reporter:
            yuhong.zhang@mongodb.com Yuhong Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: