Re: pg_stats explained ... ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_stats explained ... ?
Дата
Msg-id 28939.1013616400@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_stats explained ... ?  ("Marc G. Fournier" <scrappy@hub.org>)
Список pgsql-hackers
"Marc G. Fournier" <scrappy@hub.org> writes:
> n_distinct, I'm taking it, of -1 means its a UNIQUE INDEX, and the
> positive numbers are exact #'s ... but, -0.976321? :)

"Almost unique", evidently.  See stadistinct at
http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/catalog-pg-statistic.html

> Also, how is the avg_width interpreted?

Just what you'd expect: average stored width, in bytes, of non-NULL
entries in the column.
        regards, tom lane


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

Предыдущее
От: Brian Hirt
Дата:
Сообщение: FATAL 2:  XLogFlush: request is not satisfied
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Odd statistics behaviour in 7.2