<#CL09KU1K7> - i am using self hosted prefect - 3.6.7 . My requirement is to use multiple hosts of P...
c
#CL09KU1K7 - i am using self hosted prefect - 3.6.7 . My requirement is to use multiple hosts of PostgreSQL in connection string. Ex: postgresql+asyncpg://user@/dbname?host=host15432&amp;host=host25432&gsslib=gssapi&krbsrvname=postgresql&ssl=require&target_session_attrs=primary With above format, i see prefect is bit slow. Any recommendation to use multi host, as part of Prefect DB Connection String.