What does pgbench TPS stand for?
When pgbench results are provided they are shown as TPS or transactions per second. Below is an example of pgbench being used. bash bash-3.1$ pgbench -Upostgres -s 10 -c 10 -t 3000 pgbench starting vacuum…end. transaction type: TPC-B (sort of) scaling factor: 1 number of clients: 10 number of transactions per client: 3000 number of…