Postgres pgbench

pgbench allows us to run a benchmark test on PostgreSQL based on TPC-B 1. Prepare pgbench below I’m using default postgres db, but ideally use another database which can be specified as the very last argument: Usage: pgbench [OPTION]… [DBNAME] -i is for initialise command to run -s is the scale factor so how many … Continue reading Postgres pgbench