1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add pgench: a TPC-B like benchmarking tool

This commit is contained in:
Tatsuo Ishii
2000-01-15 12:38:09 +00:00
parent bfbd58ce13
commit a765db409b
5 changed files with 1079 additions and 0 deletions

View File

@ -83,3 +83,7 @@ userlock -
vacuumlo -
Remove orphaned large objects
by Peter T Mount <peter@retep.org.uk>
pgbench -
TPC-B like benchmarking tool
by Tatsuo Ishii <t-ishii@sra.co.jp>