Foreign keys in pgbench

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Foreign keys in pgbench
Дата
Msg-id CAMkU=1ys1bewK6WJcUdSDarCB-oQXPQYK-=CoVnw6G1ycYahCg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Foreign keys in pgbench  (Peter Geoghegan <peter@2ndquadrant.com>)
Re: Foreign keys in pgbench  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I think that pgbench should it make it easy to assess the impact of
foreign key constraints.

The attached adds a --foreign-keys option to initialization mode which
creates all the relevant constraints between the default tables.

I changed the order of the table DDLs so that upon reinitialization
the tables are dropped in an order that does not lead to dependency
problems.

I'll add it CFNext.

Thanks,

Jeff

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Bugs in our Windows socket code
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: WaitLatchOrSocket API needs more thought for socket error conditions