UseUploadApi
Specifies whether the provider uses the Databricks Upload API to optimize Bulk INSERT operations.
データ型
bool
デフォルト値
false
解説
When this property is set to true, the 本製品 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.