trungda commented on issue #268: URL: https://github.com/apache/arrow-rs-object-store/issues/268#issuecomment-4341436676
Besides `LimitStore`, what do we think about something like `AdaptiveStore` that would have [adaptive concurrency control](https://en.wikipedia.org/wiki/Additive_increase/multiplicative_decrease) based on the responses (503/500) from object-store? I have found this approach much more effective in practice rather than having a hardcoded throttling config. It works nicely even when we have multiple clients running in a distributed setup. -- 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]
