Are there any speed benefits to using the Streams API for uploading data?
For example if you wanted to upload a billion rows as quick as possible.
I've written a python script to upload data via the streams api and it doesnt seem much faster than the workbench. I've even tried writiing the script in an asynchronous manner hoping that the csv files / "parts" would upload concurrently and much faster.
After all this, it seems to be about the same speed of upload as using the workbench.
Any clarification for use cases for this API? Is it faster?
Thanks,
Seth