Re: [PERFORM] Avoid using swap in a cluster

2005-09-02 Thread Alex Stapleton
On 2 Sep 2005, at 10:42, Richard Huxton wrote: Ricardo Humphreys wrote: Hi all. 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

Re: [PERFORM] Avoid using swap in a cluster

2005-09-02 Thread Richard Huxton
Ricardo Humphreys wrote: Hi all. 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 memor

[PERFORM] Avoid using swap in a cluster

2005-09-01 Thread Ricardo Humphreys
Hi all.   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 sam