Project

General

Profile

Feature #11015

Updated by Tom Morris about 7 years ago

To improve throughput of crunch-run job output uploading, add support for multi-threaded asynchronous transfers to hide the latency inherent in cloud environments. 

 Refactoring Defer: 
 * Move WriteTree() from crunch-run to support public APIs in the Go SDK is a separate task. so that this feature can be reused in other programs

Back