pgx/internal
Jack Christensen e7aa76ccf9 SendBatch now uses pipeline mode to prepare and describe statements
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.
2022-07-09 09:32:36 -05:00
..
anynil Replace interface{} with any 2022-04-09 09:12:55 -05:00
iobufpool Fix flickering test in CI 2022-06-25 16:05:20 -05:00
nbconn Check for more specific error 2022-07-01 15:33:12 -05:00
pgio Finish importing pgio as internal package 2022-02-21 14:35:20 -06:00
pgmock Restructure sending messages 2022-05-21 11:06:44 -05:00
sanitize Merge branch 'master' into v5-dev 2022-04-23 11:05:24 -05:00
stmtcache SendBatch now uses pipeline mode to prepare and describe statements 2022-07-09 09:32:36 -05:00