pgsql: Add pgbench option to add foreign key constraints to the standar

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add pgbench option to add foreign key constraints to the standar
Дата
Msg-id E1Sh6zv-00011X-83@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pg_dump: Fix verbosity level in LO progress messages
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve tests for whether we can skip queueing RI enforcement tr