Re: Suggestion for optimization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Suggestion for optimization
Дата
Msg-id 11039.1018050092@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Suggestion for optimization  (Peter Bierman <bierman@apple.com>)
Список pgsql-hackers
Peter Bierman <bierman@apple.com> writes:
> ... Your comment: "An
> accurate cardinality figure can greatly enhance the optimizer's
> ability to perform joins in the correct order" was intriguing, and I'd
> be interested in Tom's thoughts on just that bit.

Approximate figures are quite sufficient for the planner's purposes.
AFAICS, making them exact would not improve the planning estimates
at all, because there are too many other sources of error.  We have
approximate stats already via vacuum/analyze statistics gathering.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PQescapeBytea is not multibyte aware
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: Suggestion for optimization