Re: PostgreSQL clustering VS MySQL clustering

Поиск
Список
Период
Сортировка
От Mitch Pirtle
Тема Re: PostgreSQL clustering VS MySQL clustering
Дата
Msg-id 330532b6050120104246597d2a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL clustering VS MySQL clustering  (Darcy Buskermolen <darcy@wavefire.com>)
Ответы Re: PostgreSQL clustering VS MySQL clustering
Re: PostgreSQL clustering VS MySQL clustering
Re: PostgreSQL clustering VS MySQL clustering
Список pgsql-performance
On Thu, 20 Jan 2005 09:33:42 -0800, Darcy Buskermolen
<darcy@wavefire.com> wrote:
>
> Another Option to consider would be pgmemcache.  that way you just build the
> farm out of lots of large memory, diskless boxes for keeping the whole
> database in memory in the whole cluster.  More information on it can be found
> at: http://people.freebsd.org/~seanc/pgmemcache/

Which brings up another question: why not just cluster at the hardware
layer? Get an external fiberchannel array, and cluster a bunch of dual
Opterons, all sharing that storage. In that sense you would be getting
one big PostgreSQL 'image' running across all of the servers.

Or is that idea too 90's?  ;-)

-- Mitch

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

Предыдущее
От: "Bruno Almeida do Lago"
Дата:
Сообщение: Re: PostgreSQL clustering VS MySQL clustering
Следующее
От: Ragnar Hafstað
Дата:
Сообщение: Re: [SQL] OFFSET impact on Performance???