Re: Query optimizer 8.0.1 (and 8.0)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query optimizer 8.0.1 (and 8.0)
Дата
Msg-id 17745.1107736435@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Query optimizer 8.0.1 (and 8.0)  (pgsql@mohawksoft.com)
Ответы Re: Query optimizer 8.0.1 (and 8.0)  (pgsql@mohawksoft.com)
Re: Query optimizer 8.0.1 (and 8.0)  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
pgsql@mohawksoft.com writes:
> One of the things that is disturbing to me about the analyze settings is
> that it wants to sample the same number of records from a table regardless
> of the size of that table.

The papers that I looked at say that this rule has a good solid
statistical foundation, at least for the case of estimating histograms.
See the references cited in analyze.c.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Thinking about breaking up the BufMgrLock
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Thinking about breaking up the BufMgrLock