summaryrefslogtreecommitdiff
path: root/contrib/pgbench/README.pgbench
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2007-04-08 01:15:07 +0000
committerTatsuo Ishii <ishii@postgresql.org>2007-04-08 01:15:07 +0000
commit2fca2c05e7d22dfa1dd2cacf048243adfdf519ce (patch)
tree672736e857eb70f3df429fb13f42d35dae1892d1 /contrib/pgbench/README.pgbench
parentc218c0bfda7e7df2ab5309e30cf5e191c206bf41 (diff)
downloadpostgresql-2fca2c05e7d22dfa1dd2cacf048243adfdf519ce.tar.gz
Add -F option to set fillfactor for tellers, accounts and branches.
Patch contributed by Pavan Deolasee. Along with Japanese doc modification by Tatsuo Ishii.
Diffstat (limited to 'contrib/pgbench/README.pgbench')
-rw-r--r--contrib/pgbench/README.pgbench13
1 files changed, 10 insertions, 3 deletions
diff --git a/contrib/pgbench/README.pgbench b/contrib/pgbench/README.pgbench
index ef040c094d..599dc3b6c5 100644
--- a/contrib/pgbench/README.pgbench
+++ b/contrib/pgbench/README.pgbench
@@ -1,4 +1,4 @@
-$PostgreSQL: pgsql/contrib/pgbench/README.pgbench,v 1.17 2007/04/06 09:16:15 ishii Exp $
+$PostgreSQL: pgsql/contrib/pgbench/README.pgbench,v 1.18 2007/04/08 01:15:07 ishii Exp $
pgbench README
@@ -57,8 +57,9 @@ o How to use pgbench?
accounts 100000
history 0
- You can increase the number of tuples by using -s option. See
- below.
+ You can increase the number of tuples by using -s option. branches,
+ tellers and accounts tables are created with a fillfactor which is
+ set using -F option. See below.
(2) Run the benchmark test
@@ -162,6 +163,12 @@ o options
0 201 2513 0 1175850569 608
0 202 2038 0 1175850569 2663
+ -F fillfactor
+
+ Create tables(accounts, tellers and branches) with the given
+ fillfactor. Default is 100. This should be used with -i
+ (initialize) option.
+
-d
debug option.