[
https://issues.apache.org/jira/browse/BEAM-11300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266843#comment-17266843
]
Beam JIRA Bot commented on BEAM-11300:
--------------------------------------
This issue is assigned but has not received an update in 30 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> Optimize Nexmark pipelines
> --------------------------
>
> Key: BEAM-11300
> URL: https://issues.apache.org/jira/browse/BEAM-11300
> Project: Beam
> Issue Type: Bug
> Components: testing-nexmark
> Reporter: Sam Whittle
> Assignee: Sam Whittle
> Priority: P2
> Labels: stale-assigned
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Several of the nexmark queries can be improved to have better performance:
> - Query3 uses stateful processing and a CogroupByKey which introduces an
> unnecessary shuffle compared to just using stateful processing. Additionally
> BagState is more appropriate to use than ValueState<List<>>
> - Query5 uses a binary combiner when a custom combiner is more appropriate
> - Query10 has excessive logging
--
This message was sent by Atlassian Jira
(v8.3.4#803005)