Re: big select is resulting in a large amount of disk writing by kjournald

Поиск
Список
Период
Сортировка
От Joseph S
Тема Re: big select is resulting in a large amount of disk writing by kjournald
Дата
Msg-id hfp2jf$1kdm$1@news.hub.org
обсуждение исходный текст
Ответ на Re: big select is resulting in a large amount of disk writing by kjournald  (Greg Smith <greg@2ndquadrant.com>)
Ответы Re: big select is resulting in a large amount of disk writing by kjournald
Список pgsql-performance
Greg Smith wrote:
> Joseph S wrote:
>> So I run "select count(*) from large_table" and I see in xosview a
>> solid block of write activity. Runtime is 28125.644 ms for the first
>> run.  The second run does not show a block of write activity and takes
>> 3327.441 ms
> http://wiki.postgresql.org/wiki/Hint_Bits
>

Hmm. A large select results in a lot of writes? This seems broken.  And
if we are setting these hint bits then what do we need VACUUM for?  Is
there any way to tune this behavior? Is there any way to get stats on
how many rows/pages would need hint bits set?

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: big select is resulting in a large amount of disk writing by kjournald
Следующее
От: Greg Smith
Дата:
Сообщение: Re: big select is resulting in a large amount of disk writing by kjournald