What are the best practices to bulk load data via REST API?
The feature involves inserting huge amounts of data (billions of rows, gigabytes of data).
I heard of streaming API and binary formats for data transfer.