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
When I run pgbench for "postgresql_simple_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}"
105
-
When I run pgbench for "pg_doorman_simple_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}"
106
-
When I run pgbench for "odyssey_simple_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}"
107
-
When I run pgbench for "pgbouncer_simple_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}"
107
+
When I run pgbench for "postgresql_simple_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
108
+
When I run pgbench for "pg_doorman_simple_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
109
+
When I run pgbench for "odyssey_simple_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
110
+
When I run pgbench for "pgbouncer_simple_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
108
111
109
112
# --- 100 clients, simple protocol ---
110
-
When I run pgbench for "postgresql_simple_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}"
111
-
When I run pgbench for "pg_doorman_simple_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}"
112
-
When I run pgbench for "odyssey_simple_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}"
113
-
When I run pgbench for "pgbouncer_simple_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}"
113
+
When I run pgbench for "postgresql_simple_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
114
+
When I run pgbench for "pg_doorman_simple_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
115
+
When I run pgbench for "odyssey_simple_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
116
+
When I run pgbench for "pgbouncer_simple_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
When I run pgbench for "postgresql_extended_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}"
119
-
When I run pgbench for "pg_doorman_extended_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}"
120
-
When I run pgbench for "odyssey_extended_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}"
121
-
When I run pgbench for "pgbouncer_extended_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}"
121
+
When I run pgbench for "postgresql_extended_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
122
+
When I run pgbench for "pg_doorman_extended_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
123
+
When I run pgbench for "odyssey_extended_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
124
+
When I run pgbench for "pgbouncer_extended_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
122
125
123
126
# --- 100 clients, extended protocol ---
124
-
When I run pgbench for "postgresql_extended_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}"
125
-
When I run pgbench for "pg_doorman_extended_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}"
126
-
When I run pgbench for "odyssey_extended_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}"
127
-
When I run pgbench for "pgbouncer_extended_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}"
127
+
When I run pgbench for "postgresql_extended_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
128
+
When I run pgbench for "pg_doorman_extended_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
129
+
When I run pgbench for "odyssey_extended_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
130
+
When I run pgbench for "pgbouncer_extended_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
When I run pgbench for "postgresql_prepared_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}"
133
-
When I run pgbench for "pg_doorman_prepared_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}"
134
-
When I run pgbench for "odyssey_prepared_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}"
135
-
When I run pgbench for "pgbouncer_prepared_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}"
135
+
When I run pgbench for "postgresql_prepared_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
136
+
When I run pgbench for "pg_doorman_prepared_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
137
+
When I run pgbench for "odyssey_prepared_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
138
+
When I run pgbench for "pgbouncer_prepared_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
136
139
137
140
# --- 100 clients, prepared protocol ---
138
-
When I run pgbench for "postgresql_prepared_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}"
139
-
When I run pgbench for "pg_doorman_prepared_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}"
140
-
When I run pgbench for "odyssey_prepared_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}"
141
-
When I run pgbench for "pgbouncer_prepared_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}"
141
+
When I run pgbench for "postgresql_prepared_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
142
+
When I run pgbench for "pg_doorman_prepared_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
143
+
When I run pgbench for "odyssey_prepared_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
144
+
When I run pgbench for "pgbouncer_prepared_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=prepared postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
142
145
143
146
# ==================== WITH --connect (reconnect each transaction) ====================
144
147
145
148
# --- 10 clients, simple protocol, with connect ---
146
-
When I run pgbench for "postgresql_simple_connect_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}"
147
-
When I run pgbench for "pg_doorman_simple_connect_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}"
148
-
When I run pgbench for "odyssey_simple_connect_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}"
149
-
When I run pgbench for "pgbouncer_simple_connect_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}"
149
+
When I run pgbench for "postgresql_simple_connect_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
150
+
When I run pgbench for "pg_doorman_simple_connect_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
151
+
When I run pgbench for "odyssey_simple_connect_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
152
+
When I run pgbench for "pgbouncer_simple_connect_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
150
153
151
154
# --- 100 clients, simple protocol, with connect ---
152
-
When I run pgbench for "postgresql_simple_connect_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}"
153
-
When I run pgbench for "pg_doorman_simple_connect_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}"
154
-
When I run pgbench for "odyssey_simple_connect_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}"
155
-
When I run pgbench for "pgbouncer_simple_connect_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}"
155
+
When I run pgbench for "postgresql_simple_connect_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
156
+
When I run pgbench for "pg_doorman_simple_connect_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
157
+
When I run pgbench for "odyssey_simple_connect_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
158
+
When I run pgbench for "pgbouncer_simple_connect_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=simple --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
156
159
157
160
# --- 10 clients, extended protocol, with connect ---
158
-
When I run pgbench for "postgresql_extended_connect_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}"
159
-
When I run pgbench for "pg_doorman_extended_connect_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}"
160
-
When I run pgbench for "odyssey_extended_connect_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}"
161
-
When I run pgbench for "pgbouncer_extended_connect_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}"
161
+
When I run pgbench for "postgresql_extended_connect_c10" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
162
+
When I run pgbench for "pg_doorman_extended_connect_c10" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
163
+
When I run pgbench for "odyssey_extended_connect_c10" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
164
+
When I run pgbench for "pgbouncer_extended_connect_c10" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 10 -j 2 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
162
165
163
166
# --- 100 clients, extended protocol, with connect ---
164
-
When I run pgbench for "postgresql_extended_connect_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}"
165
-
When I run pgbench for "pg_doorman_extended_connect_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}"
166
-
When I run pgbench for "odyssey_extended_connect_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}"
167
-
When I run pgbench for "pgbouncer_extended_connect_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}"
167
+
When I run pgbench for "postgresql_extended_connect_c100" with "-n -h 127.0.0.1 -p ${PG_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
168
+
When I run pgbench for "pg_doorman_extended_connect_c100" with "-n -h 127.0.0.1 -p ${DOORMAN_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
169
+
When I run pgbench for "odyssey_extended_connect_c100" with "-n -h 127.0.0.1 -p ${ODYSSEY_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
170
+
When I run pgbench for "pgbouncer_extended_connect_c100" with "-n -h 127.0.0.1 -p ${PGBOUNCER_PORT} -U postgres -c 100 -j 4 -T 30 -P 1 --protocol=extended --connect postgres -f ${PGBENCH_FILE}" and env "PGSSLMODE=disable"
0 commit comments