juergbi opened a new pull request, #1966: URL: https://github.com/apache/buildstream/pull/1966
Cache query is currently relatively slow when `storage-service` is enabled as the tree traversals are handled by Python code. Calling `UploadTree` moves that logic to buildbox-casd, which is significantly faster. In local tests I've seen a 2-4x improvement of the cache query speed. The corresponding buildbox-casd change is pending in https://gitlab.com/BuildGrid/buildbox/buildbox/-/merge_requests/757. The current code is kept as fallback path, i.e., current/older versions of buildbox-casd continue to be supported, without the optimization. -- 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]
