scwhittle commented on issue #35934: URL: https://github.com/apache/beam/issues/35934#issuecomment-5492263814
@damccorm what is the status of the python state cache? If it is enabled, I think that the approach of https://github.com/apache/beam/pull/37123 is valid. For batch performance shouldn't be affected as there are long-lived bundles. For streaming, the value used per-bundle will be fixed and the cache would be used across bundles. If the cache is not enabled, the side input would have to be fetched from the runner on each bundle. -- 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]
