From: | tuanhoanganh <hatuan05(at)gmail(dot)com> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: PostgreSQL 9.0 x64 bit pgbench TPC very low question? |
Date: | 2010-12-18 18:57:39 |
Message-ID: | AANLkTimGXmhW1AWm=ER4aU9zOpW1-JVp566GLjjaP8+D@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
No, I don't use SSL. Here is my pg_hba.conf
# IPv4 local connections:
host all all 0.0.0.0/0 trust
# IPv6 local connections:
host all all ::1/128 trust
On Sun, Dec 19, 2010 at 1:35 AM, Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov
> wrote:
> > tuanhoanganh wrote:
>
> > tps = 20.143494 (including connections establishing)
> > tps = 256.630260 (excluding connections establishing)
> >
> > Why pgbench on my server is very low or is it common value with my
> > server ?
>
> Those numbers look pretty low to me. I would start with looking at
> why it is taking so long to establish a TCP connection. Are you
> using SSL? How are you authenticating?
>
> -Kevin
>
From | Date | Subject | |
---|---|---|---|
Next Message | tuanhoanganh | 2010-12-18 19:13:23 | Re: PostgreSQL 9.0 x64 bit pgbench TPC very low question? |
Previous Message | Jeff Janes | 2010-12-18 18:51:05 | Re: PostgreSQL 9.0 x64 bit pgbench TPC very low question? |