UseUploadApi
Specifies whether the provider uses the Databricks Upload API to optimize Bulk INSERT operations.
Data Type
bool
Default Value
false
Remarks
When this property is set to true, the add-in uses the Databricks Upload API to stage and load data in bulk, improving performance for large insert operations by reducing network overhead.
When this property is set to false, data is inserted directly over the active connection, which can be slower for large datasets but may be preferable for smaller or transactional workloads.
This property is useful for accelerating high-volume data ingestion scenarios in Databricks.