You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 18:40:37 UTC

[GitHub] [beam] kennknowles opened a new issue, #18494: Consider adding support for batching state requests

kennknowles opened a new issue, #18494:
URL: https://github.com/apache/beam/issues/18494

   The current user facing API looks like a future which can be resolved later, we want to minimize the amount of time a user spends blocking after queuing up all their requests.
   
   Google Cloud Dataflow has experienced performance problems in the past without having support for a batch API because solutions that add fixed delays ("wait for N milliseconds for a batch to form") have caused large problems for pipelines with few numbers of keys.
   
   Imported from Jira [BEAM-7000](https://issues.apache.org/jira/browse/BEAM-7000). Original Jira may contain additional context.
   Reported by: lcwik.
   Subtask of issue #18492


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org