Hello, A new approach utilizing stored SQL functions is proposed here as a solution to unnecessary processing/starvation:
https://github.com/apache/airflow/pull/55537 Benchmarks show an actual improvement in queueing throughput, around 1.5x-2x for the workloads tested. Regarding DB server load, I wasn't able to note any difference so far, we probably have to run heavier jobs to test that. Looks like a smooth line to me. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
