Re: 7.4 - FK constraint performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.4 - FK constraint performance
Дата
Msg-id 27443.1076646336@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 7.4 - FK constraint performance  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: 7.4 - FK constraint performance  (Richard Huxton <dev@archonet.com>)
Re: 7.4 - FK constraint performance  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: 7.4 - FK constraint performance  (Rod Taylor <rbt@rbt.ca>)
Re: 7.4 - FK constraint performance  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-sql
Rod Taylor <rbt@rbt.ca> writes:
> Statistics say there are 10 values. Statistics list the 10 most common
> values (all of them). Given this, would it not be reasonable to assume
> that 239 is a recent addition (if there at all) to the table and not
> very common?

We don't know that it's 239 when we make the plan.  In order to know
that, we'd have to abandon caching of RI check query plans and re-plan
for each row.  That strikes me as inevitably a losing proposition.
        regards, tom lane


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

Предыдущее
От: "David Witham"
Дата:
Сообщение: Index question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.4 - FK constraint performance