Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch optimized translation for Spark Runner #20943

Closed
damccorm opened this issue Jun 4, 2022 · 1 comment · Fixed by #33322
Closed

Batch optimized translation for Spark Runner #20943

damccorm opened this issue Jun 4, 2022 · 1 comment · Fixed by #33322

Comments

@damccorm
Copy link
Contributor

damccorm commented Jun 4, 2022

Spark Runner and maybe all other runners that deal with batch only data might benefit of a batch optimized translation where details about the full Beam model matter less because we are in Global window, no panes info is needed and all records use the sane (min) timestamp. With this premise the records can be encoded as 'value only' WindowValues and transforms like GroupByKey may ignore windowing (GABW) to improve performance.

Imported from Jira BEAM-12135. Original Jira may contain additional context.
Reported by: iemejia.

@twosom
Copy link
Contributor

twosom commented Dec 1, 2024

.take-issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants