Re: Help writing a query to predict auto analyze

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Help writing a query to predict auto analyze
Дата
Msg-id 1274286200-sup-5365@alvh.no-ip.org
обсуждение исходный текст
Ответ на Help writing a query to predict auto analyze  (Gordon Shannon <gordo169@gmail.com>)
Ответы Re: Help writing a query to predict auto analyze  (Gordon Shannon <gordo169@gmail.com>)
Список pgsql-general
Excerpts from Gordon Shannon's message of mié may 19 11:49:45 -0400 2010:

> at: last analysis tuples = pg_class.reltuples ????
>
> I'm the least confident about the last one -- tuples as of last analyze.
> Can anyone confirm or correct these?

In 8.4 it's number of dead + lives tuples that there were in the previous
analyze.  See pgstat_recv_analyze in src/backend/postmaster/pgstat.c.
(In 9.0 it's been reworked a bit.)
--

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

Предыдущее
От: Gordon Shannon
Дата:
Сообщение: Help writing a query to predict auto analyze
Следующее
От: "Scot Kreienkamp"
Дата:
Сообщение: CIDR data type query help