Re: PostgreSQL clustering VS MySQL clustering

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: darcy(at)wavefire(dot)com, jd(at)www(dot)commandprompt(dot)com, sfrost(at)snowman(dot)net, herve(at)elma(dot)fr, pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL clustering VS MySQL clustering
Date: 2005-01-21 03:16:15
Message-ID: 41F073FF.1080606@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


>1) pgpool does the load balance and sends query to Slony-I's slave and
> master if the query is SELECT.
>
>2) pgpool sends query only to the master if the query is other than
> SELECT.
>
>Remaining problem is that Slony-I is not a sync replication
>solution. Thus you need to prepare that the load balanced query
>results might differ among servers.
>
>If there's enough demand, I would do such that enhancements to pgpool.
>
>
Well I know that Replicator could also use this functionality.

Sincerely,

Joshua D. Drake

>--
>Tatsuo Ishii
>
>
>
>>>>>>>Is there any other solution than a Cluster for our problem ?
>>>>>>>
>>>>>>>
>>>>>>Bigger server, more CPUs/disks in one box. Try to partition up your
>>>>>>data some way such that it can be spread across multiple machines, then
>>>>>>if you need to combine the data have it be replicated using slony to a
>>>>>>big box that has a view which joins all the tables and do your big
>>>>>>queries against that.
>>>>>>
>>>>>>
>>>>>But I'll arrive to limitation of a box size quickly I thing a 4
>>>>>processors with 64 Gb of RAM ... and after ?
>>>>>
>>>>>
>>>Opteron.
>>>
>>>
>>IBM Z-series, or other big iron.
>>
>>
>>
>>>>Go to non-x86 hardware after if you're going to continue to increase the
>>>>size of the server. Personally I think your better bet might be to
>>>>figure out a way to partition up your data (isn't that what google
>>>>does anyway?).
>>>>
>>>> Stephen
>>>>
>>>>
>>--
>>Darcy Buskermolen
>>Wavefire Technologies Corp.
>>ph: 250.717.0200
>>fx: 250.763.1759
>>http://www.wavefire.com
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>>
>>
>>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL

Attachment Content-Type Size
jd.vcf text/x-vcard 285 bytes

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2005-01-21 03:49:24 Re: PostgreSQL clustering VS MySQL clustering
Previous Message Iain 2005-01-21 02:14:59 Re: PostgreSQL clustering VS MySQL clustering