You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Transaction pooling |:heavy_check_mark:|:heavy_check_mark:| Used by default for all tests. |
53
-
| Session pooling |:x:|:heavy_check_mark:| Easiest way to test is to enable it and run pgbench - results will be better than transaction pooling as expected.|
53
+
| Session pooling |:heavy_check_mark:|:heavy_check_mark:| Tested by running pgbench with `--protocol prepared` which only works in session mode. |
54
54
|`COPY`|:heavy_check_mark:|:heavy_check_mark:|`pgbench -i` uses `COPY`. `COPY FROM` is tested as well. |
0 commit comments