Re: No flamefest please, MySQL vs. PostgreSQL AGAIN

From: Will LaShell <will(at)lashell(dot)net>
To: PostgreSQL Admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: No flamefest please, MySQL vs. PostgreSQL AGAIN
Date: 2003-05-13 18:36:31
Message-ID: 1052850992.10336.13.camel@lyric.ofsloans.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 2003-05-13 at 05:08, Andrew Sullivan wrote:
> On Mon, May 12, 2003 at 02:21:21PM -0400, Robert Treat wrote:
> > On Mon, 2003-05-12 at 10:32, Tom Lane wrote:
>
> > > in 7.4 either. Possibly 7.5. In the meantime, third-party solutions
> > > are still your only option, and PostgreSQL Inc's one is probably the
> > > best.
> >
> > I wouldn't say they are your only options. there is the rserv code in
> > contrib which I've seen people post they have gotten working. There is
>
> I think what Tom was saying is that the PostgreSQL Inc version is
> production-ready-ish right now. It's sort of expensive, and it's a
> pain in the neck to administer (and has some real annoying behaviour
> under a couple of conditions), but if you're dealing with any volume,
> it's what you should use today.
>
> That isn't to say you should use it forever. There was some mighty
> interesting work being done on dbmirror (several related questions
> showed up on -hackers), and if you want to be sure that you replay
> _every_ transaction to your slave, I gather it's the only way to go.
>
> The contrib/rserv code does indeed work for some people, and it is
> useful. It is nowhere close to handling large volumes, but for fewer
> than a few thousand writes an hour, it seems to be good.

I'd like to put my two cents in on this one. We use rserv on our
cluster here, and we do a few hundred writes every 2 minutes. The
biggest thing that will cause slowdowns with rserv is not indexing the
replication id field. If there is an index for that it should work
fine.

I do have some rudimentary documentation on how we did it all, and I
suppose I should really get that sent in.

Sincerely,

Will

> I haven't tried the other systems that are out there.
>
> A
>
> --
> ----
> Andrew Sullivan 204-4141 Yonge Street
> Liberty RMS Toronto, Ontario Canada
> <andrew(at)libertyrms(dot)info> M2P 2A8
> +1 416 646 3304 x110

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Juan Rojas 2003-05-13 19:21:23 psql errors
Previous Message Murthy Kambhampaty 2003-05-13 18:12:20 Re: No flamefest please, MySQL vs. PostgreSQL AGAIN