mirror of https://github.com/jackc/pgx.git
Previously, a batch with 10 unique parameterized statements executed 100 times would entail 11 network round trips. 1 for each prepare / describe and 1 for executing them all. Now pipeline mode is used to prepare / describe all statements in a single network round trip. So it would only take 2 round trips. |
||
---|---|---|
.. | ||
lru_cache.go | ||
stmtcache.go | ||
unlimited_cache.go |