apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.9k stars 4.27k forks source link

Optimize Java SDK harness #21250

Open damccorm opened 2 years ago

damccorm commented 2 years ago

Use profiling tools to remove bundle processing overhead in the SDK harness.

Imported from Jira BEAM-13015. Original Jira may contain additional context. Reported by: lcwik.

lukecwik commented 2 years ago

Element counter and sampled byte size improvement with https://github.com/apache/beam/pull/22002