Re: Avoid using swap in a cluster - Mailing list pgsql-performance

From Alex Stapleton
Subject Re: Avoid using swap in a cluster
Date
Msg-id 1C0688FA-8D0D-4862-B416-C2574FD284BC@advfn.com
Whole thread Raw
In response to Re: Avoid using swap in a cluster  (Richard Huxton <dev@archonet.com>)
List pgsql-performance
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 is: is there any way to continue using the main
>> memory from other nodes in the same query instead of the swap?
>>
>
> I don't know of any clustered version of PG that can spread queries
> over multiple machines. Can I ask what you are using?

IIRC GreenPlums DeepGreen MPP (Version 2) can do it. It does cost
money though, but it is a very nice product.

> --
>   Richard Huxton
>   Archonet Ltd
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>       choose an index scan if your joining column's datatypes do not
>       match
>


pgsql-performance by date:

Previous
From: Matteo Beccati
Date:
Subject: ORDER BY and LIMIT not propagated on inherited tables / UNIONs
Next
From: Arnau
Date:
Subject: Advise about how to delete entries