Dev-iL commented on code in PR #67800:
URL: https://github.com/apache/airflow/pull/67800#discussion_r3348800101
##########
airflow-core/docs/howto/set-up-database.rst:
##########
@@ -233,6 +233,13 @@ For more information regarding setup of the PostgreSQL
connection, see `PostgreS
See also :ref:`Helm Chart production guide <production-guide:pgbouncer>`
+ Some Airflow database routes use an async engine (the Execution API, for
example). The asyncpg
Review Comment:
Do we not want to keep asyncpg for the better performance? I did a benchmark
[recently](https://github.com/Dev-iL/pgbench) and this is still the fastest
driver.
--
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]