Re: Why do I have reading from the swap partition?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Why do I have reading from the swap partition?
Дата
Msg-id CAOR=d=3rOHa8Y9qWHSjdOGYv-fc=xZ3kGM-UsiLbhp4Z3cDV0w@mail.gmail.com
обсуждение исходный текст
Ответ на Why do I have reading from the swap partition?  (Ioana Danes <ioanasoftware@yahoo.ca>)
Ответы Re: Why do I have reading from the swap partition?  (Ioana Danes <ioanasoftware@yahoo.ca>)
Список pgsql-general
On Fri, Jul 22, 2011 at 12:19 PM, Ioana Danes <ioanasoftware@yahoo.ca> wrote:

> I do a select * from a 8 GB table (a different one then the one used in the query). At a point it starts using swap
spaceon disk. Once it starts swapping I still let it run for couple of minutes and the I stop it (CTRL+C). 

Are you running psql on the same machine?  My guess is that psql is
what's swapping.  Try running:

select count(*) from (select * from mybigfreakingtable);

and see if you start hitting swap like that.

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

Предыдущее
От: "Karl Nack"
Дата:
Сообщение: Implementing "thick"/"fat" databases
Следующее
От: Radosław Smogura
Дата:
Сообщение: Re: Why do I have reading from the swappartition?