Re: CPU and RAM

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: CPU and RAM
Дата
Msg-id dofudn$1t0a$1@news.hub.org
обсуждение исходный текст
Ответ на CPU and RAM  (Harry Jackson <harryjackson@gmail.com>)
Список pgsql-performance
"Greg Stark" <gsstark@mit.edu> wrote
>
> If the whole database is in RAM I wouldn't expect clustering to have any
> effect. Either you're doing a lot of merge joins or a few other cases
> where
> clustering might be helping you, or the cluster is helping you keep more
> of
> the database in ram avoiding the occasional disk i/o.
>

Hi Greg,

At first I think the same - notice that Tom has submitted a patch to scan a
whole page in one run, so if Harry tests against the cvs tip, he could see
the real benefits. For example, a index scan may touch 5000 tuples, which
involves 5000 pairs of lock/unlock buffer, no matter how the tuples are
distributed. After the patch, if the tuples belong to a few pages, then a
significant number of lock/unlock are avoided.

Regards,
Qingqing



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

Предыдущее
От: David Lang
Дата:
Сообщение: Re: What's the best hardver for PostgreSQL 8.1?
Следующее
От: Anton Maksimenkov
Дата:
Сообщение: DELETE, INSERT vs SELECT, UPDATE || INSERT