ashb commented on code in PR #67800:
URL: https://github.com/apache/airflow/pull/67800#discussion_r3354666436
##########
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:
My understanding is faster _because_ of that use of prepared statements. If
you run it with those disabled (i.e. in a manner that is compatible with
pgbouncer) then the difference vanishes?
Given we say this elsewhere on the same page:
> Therefore we recommend to use [PGBouncer](https://www.pgbouncer.org/) as
database proxy for all Postgres production installations
we should have safe defaults that align with that. Users are free to swap to
asyncpg if they want to.
--
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]