Re: PostgreSQL pre-fork speedup

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: sdv mailer <sdvmailer(at)yahoo(dot)com>
Cc: Rod Taylor <pg(at)rbt(dot)ca>, Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, Scott Marlowe <scott(dot)marlowe(at)ihs(dot)com>, steve(at)blighty(dot)com, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL pre-fork speedup
Date: 2004-05-06 16:58:08
Message-ID: 200405061658.i46Gw8s11099@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

sdv mailer wrote:
> The speedup (UNIX) and slowdown (TCP) are both
> compared against normal direct connections from Client
> to PostgreSQL. This means with Pgpool (UNIX) it is 5x
> faster than normal connections to PostgreSQL. It is
> also 15x slower with Pgpool (TCP) compared to normal
> connections to PostgreSQL.

When you say compared to normal direct connections, do you mean normal
Unix connections or normal TCP connections?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message sdv mailer 2004-05-06 16:58:33 Re: PostgreSQL pre-fork speedup
Previous Message Bruce Momjian 2004-05-06 16:56:39 Re: ALTER TABLE TODO items