mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 19:39:52 -05:00
d8d8c6c7e1
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.