You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "mosche (via GitHub)" <gi...@apache.org> on 2023/07/18 06:46:37 UTC

[GitHub] [beam] mosche opened a new issue, #27533: [Performance]: GetterBasedSchemaProvider.fromRowFunction doesn't lend itself well for JIT optimizations

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

   ### What would you like to happen?
   
   The conversion of rows to the external object is rather inefficient. The code to convert `Row` fields to the external field types required for the constructor / setters in `FromRowUsingCreator` is branch heavy and rather hard to optimize for Java's JIT compiler.
   
   Benchmarks for GetterBasedSchemaProvider are available here: https://s.apache.org/beam-community-metrics/d/kllfR2vVk/java-jmh-benchmarks?orgId=1
   
   ### Issue Priority
   
   Priority: 2 (default / most feature requests should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


-- 
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


[GitHub] [beam] mosche closed issue #27533: [Performance]: GetterBasedSchemaProvider.fromRowFunction doesn't lend itself well for JIT optimizations

Posted by "mosche (via GitHub)" <gi...@apache.org>.
mosche closed issue #27533: [Performance]: GetterBasedSchemaProvider.fromRowFunction doesn't lend itself well for JIT optimizations
URL: https://github.com/apache/beam/issues/27533


-- 
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

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