Fokko commented on pull request #14122: URL: https://github.com/apache/beam/pull/14122#issuecomment-788335682
We're writing data from PubSub to BigQuery, and there are Avro messages that we know upfront, and that we decode from PubSub. I don't see anything huge, but the `serialized_source` and the `serialized_fn` are rather large (not big). I think the schema is represented multiple times in the graph, each time it is being passed to the next stage ((de)serializing). @dpcollins-google Thanks for the quick reply. I'm iterating towards a <20MB job, which is indeed the limit. I noticed that it was pretty printed, so that was a quick win of around 5%. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
