Re: PG writes a lot to the disk

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: PG writes a lot to the disk
Дата
Msg-id 20080321095437.2a4a9ce6.wmoran@collaborativefusion.com
обсуждение исходный текст
Ответ на Re: PG writes a lot to the disk  ("Laurent Raufaste" <analogue@glop.org>)
Список pgsql-performance
In response to "Laurent Raufaste" <analogue@glop.org>:

> 2008/3/21, Gregory Stark <stark@enterprisedb.com>:
> >
> > Well that's true it does. But only once per row. So analyze would have set the
> >  bit on every row. You could do the same thing with something ligter like
> >  "select count(*) from <table>".
>
> Well, the table has been analyzed, I did SELECT, PG write on the
> table. That's a fact.
>
> But it's also true (I juste tested it) that every file of a table is
> modified by a SELECT COUNT.

The real question (to verify Tom's point) is does a _second_ SELECT count()
modify the table again?  If so, then something else is going on than
what Tom suggested.

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran@collaborativefusion.com
Phone: 412-422-3463x4023

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

Предыдущее
От: "Laurent Raufaste"
Дата:
Сообщение: Re: PG writes a lot to the disk
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL NetApp and NFS