dsuhinin opened a new pull request, #63180: URL: https://github.com/apache/airflow/pull/63180
The current streaming approach does not seem to effectively solve the problem of handling large logs. This PR adds buffering to improve performance when processing them. Previously, loading 320k entries took around 50–60 seconds; with buffering, it now takes about 5 seconds. This change does not break existing functionality and slightly improves overall performance. -- 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]
