Re: questions about a table's row estimates

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: questions about a table's row estimates
Дата
Msg-id 4B73A37A.4010906@2ndquadrant.com
обсуждение исходный текст
Ответ на questions about a table's row estimates  (Ben Chobot <bench@silentmedia.com>)
Ответы Re: questions about a table's row estimates  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: questions about a table's row estimates  (Ben Chobot <bench@silentmedia.com>)
Список pgsql-general
Ben Chobot wrote:
> I'm looking at pg_stat_user_tables in 8.4.2, and I'm confused about n_live_tup. Shouldn't that be at least fairly
closeto (n_tup_ins - n_tup-del)? It doesn't seem to be, but I'm unclear why. 
>
Insert 2000 tuples.
Delete 1000 tuples.
vacuum
Insert 1000 tuples. These go into the free space the deleted tuples used
to be in.
analyze

n_tup_ins=3000
n_tup_del=1000
n_live_tup=3000

If there's any delete/vacuum/reuse churn here, no reason the believe the
insert/delete and live counts will be close at all.

--
Greg Smith    2ndQuadrant   Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com  www.2ndQuadrant.com


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Memory Usage and OpenBSD
Следующее
От: Tom Lane
Дата:
Сообщение: Re: questions about a table's row estimates