criccomini commented on issue #14: URL: https://github.com/apache/arrow-rs-object-store/issues/14#issuecomment-2752865262
> @criccomini I am curious if you would have a use for RacingReads. This basically would reduce the overall latency for object store requests by running multiple requests in parallel and returning the one that completed first. The tradeoff is that this strategy increases $$$ linearly as it makes more requests This is a nice to have for us. It's certainly crossed my mind, but we haven't implemented it yet. In some cases, I suspect SlateDB users will want low latency at all costs. In other cases, cost is the main thing. :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
