Files
dolt/go
Rafael Weinstein d8d8c6c7e1 Parallel s3 Slice reads (#2979)
GetMany() calls can now be serviced by <= N goroutines, where N is the number of physical reads the request in broken down into.

This patch also adds a maxReadSize param to the code which decides how to break chunk reads into physical reads, and sets the s3 blockSize to 5MB, which experimentally resulted to lower total latency.

Lastly, some small refactors.
2016-12-22 11:45:33 -08:00
..
2016-12-12 15:39:13 -08:00
2016-12-22 11:45:33 -08:00
2016-12-19 10:26:58 -08:00
2016-12-09 18:51:49 -08:00