Namepgbench -- run a benchmark test on PostgreSQL
Synopsis pgbench -i [option...] [dbname] pgbench [option...] [dbname]
Description pgbench is a simple program for running benchmark tests on PostgreSQL. It runs the same sequence of SQL commands over and over, possibly in multiple concurrent database sessions, and then calculates the average transaction rate (transactions per second). By default, pgbench tests a scenario that is loosely based on TPC-B, involving five SELECT, UPDATE, and