Re: Slightly OT.

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: Alexander Staubo <alex(at)purefiction(dot)net>, "gonzales(at)linuxlouis(dot)net" <gonzales(at)linuxlouis(dot)net>, Guillaume Lelarge <guillaume(at)lelarge(dot)info>, Kenneth Downs <ken(at)secdat(dot)com>, nikolay(at)samokhvalov(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Slightly OT.
Date: 2007-06-01 15:35:54
Message-ID: 46603CDA.8020606@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dave Page wrote:
> Alexander Staubo wrote:
>> On 6/1/07, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
>>>> In the meantime, Cybertec (http://www.postgresql.at/, an Austrian
>>>> company) just announced a commercial synchronous multimaster
>>>> replication product based on 2-phase commit. It's expensive, and I
>> [snip]
>>> I could be completely cranked but I believe that product is based on
>>> PgCluster which is horrendously slow.
>> Well, dang, that's disappointing. Last I checked, the PGCluster design
>> was fundamentally unscalable.
>
> Multimaster replication generally is - thats why Slony-2 will almost
> certainly never exist in the form that it was originally imagined.
> Although I'm not (and never have been) an Oracle user, I've heard that
> RAC has it's own issues in this area as well.

IMO, the future is application partitioning, not multi-master.

Also, what I find interesting here is that PostgreSQL on modest hardware
does excessively well.

I have a client right now that is running an 8 core, 16 gig box with
only 14 spindles.

They are processing 6ktps and it takes 14 tomcat servers to bring the
database down.

Any multi-master solution is going to fall over well before 6ktps.

Sincerely,

Joshua D. Drake

P.S. I should note that we are working toward more than 6ktps and will
report back ;)

>
> Regards, Dave
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2007-06-01 15:40:12 Re: Autovacuum keeps vacuuming a table disabled in pg_autovacuum
Previous Message Dave Page 2007-06-01 15:27:11 Re: Slightly OT.