ArcGIS Pro API is a DML-only (Data Manipulation Language) API, so all schema creation and modification operations need to be performed using the Geoprocessing API, which is quite slow.
In our workflow, we perform a lot of schema creation operations.
Are there any plans for the ArcGIS Pro API to become a DDL (Data Definition Language)?