jiacai2050 commented on PR #1440: URL: https://github.com/apache/incubator-horaedb/pull/1440#issuecomment-1903576439
The best way to fix is indeed to add cache for `get` method, but it's require more work, such as: - Request duplicate - Deal with IO failure So here I choose to bypass `get`. In future We may use `get_range` with `0..` to replace `get`, but this require object_store's support, so we may need to contribute there first. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
