Skip to content

Known Issues

Ohad Shai edited this page Feb 17, 2020 · 2 revisions

PgBouncer

PgBouncer is a proxy from PostgreSQL. It has issues around prepared statements mostly. More details on it's FAQ.

Batching & Pipelining

  • 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).
Clone this wiki locally