pgsql: Add pgbench option to add foreign key constraints to the standar - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add pgbench option to add foreign key constraints to the standar
Date
Msg-id E1Sh6zv-00011X-83@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add pgbench option to add foreign key constraints to the standard scenario.

The option --foreign-keys, used at initialization time, will create foreign
key constraints for the columns that represent references to other tables'
primary keys.  This can help in benchmarking FK performance.

Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/afe1c51c9d65c67c7474c60d64bceefe9953dde6

Modified Files
--------------
contrib/pgbench/pgbench.c |   41 ++++++++++++++++++++++++++++++++++-------
doc/src/sgml/pgbench.sgml |    9 +++++++++
2 files changed, 43 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pg_dump: Fix verbosity level in LO progress messages
Next
From: Tom Lane
Date:
Subject: pgsql: Improve tests for whether we can skip queueing RI enforcement tr