Avoid using swap in a cluster

Поиск
Список
Период
Сортировка
От Ricardo Humphreys
Тема Avoid using swap in a cluster
Дата
Msg-id 3aa4c109050901181147333db1@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi.
 
In a cluster, is there any way to use the main memory of the other nodes instead of the swap? If I have a query with many sub-queries and a lot of data, I can easily fill all the memory in a node. The point is: is there any way to continue using the main memory from other nodes in the same query instead of the swap?
 
Thank you,
Ricardo.
 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Pre-allocated free space for row
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: PL/pgSQL: EXCEPTION NOSAVEPOINT