Closed
Description
See: googleapis/google-resumable-media-python#238
The BigQuery client library currently defaults to 1MB chunks.
The bq
CLI currently defaults to 100MB chunks (via googleapiclient). https://github.com/googleapis/google-api-python-client/blob/11d78e0fe9290d1a8c516a0e2f2e019dbd1877f9/googleapiclient/http.py#L69
Perhaps this could be the cause of the 10x performance difference for file uploads?