-
-
Notifications
You must be signed in to change notification settings - Fork 138
Known Issues
Ohad Shai edited this page Feb 17, 2020
·
2 revisions
PgBouncer is a proxy from PostgreSQL. It has issues around prepared statements mostly. More details on it's FAQ.
- jasync-sql does not support sending more than one query at a the same statement, and also not getting more than one result set.
- There is no support for pipelining: sending requests on the same connection simultaneously (also called multiplexing).