File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ tps = 112796.502381 (excluding connections establishing)
277
277
278
278
### Direct Postgres
279
279
280
- Always good to have a base line. Note, at 128 clients, having our pooler ends up being faster.
280
+ Always good to have a base line.
281
281
282
282
#### Runs
283
283
@@ -327,16 +327,14 @@ tps = 153319.188482 (excluding connections establishing)
327
327
$ pgbench -t 1000 -c 128 -j 2 -p 5432 -h 127.0.0.1 -S --protocol extended shard0
328
328
Password:
329
329
starting vacuum...end.
330
- pgbench: error: connection to database "shard0" failed: FATAL: sorry, too many clients already
331
- FATAL: sorry, too many clients already
332
330
transaction type: <builtin: select only>
333
331
scaling factor: 1
334
332
query mode: extended
335
333
number of clients: 128
336
334
number of threads: 2
337
335
number of transactions per client: 1000
338
- number of transactions actually processed: 64000 /128000
339
- latency average = 1.324 ms
340
- tps = 96692.385260 (including connections establishing)
341
- tps = 96854.431104 (excluding connections establishing)
336
+ number of transactions actually processed: 128000 /128000
337
+ latency average = 0.854 ms
338
+ tps = 149818.594087 (including connections establishing)
339
+ tps = 150200.603049 (excluding connections establishing)
342
340
```
You can’t perform that action at this time.
0 commit comments