Re: One source of constant annoyance identified

Поиск
Список
Период
Сортировка
От Curt Sampson
Тема Re: One source of constant annoyance identified
Дата
Msg-id Pine.NEB.4.43.0206301221220.8927-100000@angelic.cynic.net
обсуждение исходный текст
Ответ на Re: One source of constant annoyance identified  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: One source of constant annoyance identified  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, 28 Jun 2002, Tom Lane wrote:

> > Yeah, but if the queries after that are not using all of the mapped
> > memory, that should be swapped out fairly quickly because the
> > machine is short on memory.
>
> And the swapping activity is exactly the problem, isn't it?

That particular swapping activity would not be a problem. Memory
that's not used gets paged out and that's the end of it. The problem
is that something is *using* that memory, so it's not being paged
out, or if it does get paged out, it gets paged back in again.

cjs
--
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org
    Don't you know, in this new Dark Age, we're all light.  --XTC




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

Предыдущее
От: Lee Harr
Дата:
Сообщение: Re: serial columns & loads misfeature?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: One source of constant annoyance identified