Re: Avoid using swap in a cluster

Поиск
Список
Период
Сортировка
От Alex Stapleton
Тема Re: Avoid using swap in a cluster
Дата
Msg-id 1C0688FA-8D0D-4862-B416-C2574FD284BC@advfn.com
обсуждение исходный текст
Ответ на Re: Avoid using swap in a cluster  (Richard Huxton <dev@archonet.com>)
Список 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 по дате отправления:

Предыдущее
От: Matteo Beccati
Дата:
Сообщение: ORDER BY and LIMIT not propagated on inherited tables / UNIONs
Следующее
От: Arnau
Дата:
Сообщение: Advise about how to delete entries