-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
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.