Re: [PERFORM] Hints proposal

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [PERFORM] Hints proposal
Дата
Msg-id 20061014012901.GC28725@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [PERFORM] Hints proposal  ("Jim C. Nasby" <jim@nasby.net>)
Список pgsql-hackers
Jim C. Nasby wrote:

> So, does anyone out there have a plan for how we could give user's the
> ability to control the planner at a per-table level in 8.3 or even 8.4?

Per-table level?  Some of the problems that have been put forward have
to do with table combinations (for example selectivity of joins), so not
all problems will be solved with a per-table design.

I think if it were per table, you could get away with storing stuff in
pg_statistics or some such.  But how do you express statistics for
joins?  How do you express cross-column correlation?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [PERFORM] Hints proposal
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PERFORM] Hints proposal