Benchmark with pgbench postgres

Run 60s load test with 32 clients across 8 threads, progress every 5s

pgbench -c 32 -j 8 -T 60 -P 5 -d <name>; -- init once: pgbench -i -s 100 <name>
more postgres all 29 commands →