Re: Interpreting statistics collector output

Поиск
Список
Период
Сортировка
От Steve Madsen
Тема Re: Interpreting statistics collector output
Дата
Msg-id 15EE8605-CBE8-4334-B76F-D93CE18232B6@lightyearsoftware.com
обсуждение исходный текст
Ответ на Re: Interpreting statistics collector output  (Decibel! <decibel@decibel.org>)
Ответы Re: Interpreting statistics collector output
Список pgsql-general
On Aug 8, 2007, at 6:08 PM, Decibel! wrote:
> Something else I like to look at is pg_stat_all_tables seq_scan and
> seq_tup_read. If seq_scan is a large number and seq_tup_read/
> seq_scan is
> also large, that indicates that you could use an index on that table.

If seq_tup_read / seq_scan is large relative to the number of rows in
the table, wouldn't that imply that those sequential scans are often
returning most of the rows in the table?  In that case, would an
index help much or is a sequential scan the expected result?

--
Steve Madsen <steve@lightyearsoftware.com>
Light Year Software, LLC  http://lightyearsoftware.com
ZingLists: Stay organized, and share lists online.  http://zinglists.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: UPDATES hang every 5 minutes
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: [PERFORM] Dell Hardware Recommendations