damccorm opened a new issue, #20894: URL: https://github.com/apache/beam/issues/20894
While running TPC-DS SQL query 3 on Dataflow with a input dataset of 1TB I noticed the performancew was not good compared with a native version implemented with Raw GenericRecords. I enabled profiling and noticed that the performance of the Convert transform that converts Avro GenericRecords into Beam Rows is taking too much time, specially for those records that are relatively simple (not nested recordes / logical types or anything complex). There is definitely something odd that can be improved in this transformation. Imported from Jira [BEAM-12328](https://issues.apache.org/jira/browse/BEAM-12328). Original Jira may contain additional context. Reported by: iemejia. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
