Re: pgbench output

From: Gourish Singbal <gourish(at)gmail(dot)com>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: Pradeep Parmar <pradeep(dot)dba(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: pgbench output
Date: 2006-02-10 15:41:00
Message-ID: 674d1f8a0602100741y454ccd77ld445888d1cfa420e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi All,

Here are some of the results i got after performing pgbench marking between
postgresql 7.4.5 and postgresql 8.1.2. having parameters with same values in
the postgresql.conf file.

postgres(at)machine:/newdisk/postgres/data> /usr/local/pgsql7.4.5/bin/pgbench
-c 10 -t 10000 regression
starting vacuum...end.
transaction type: TPC-B (sort of)
scaling factor: 10
number of clients: 10
number of transactions per client: 10000
number of transactions actually processed: 100000/100000
tps = 80.642615 (including connections establishing)
tps = 80.650638 (excluding connections establishing)

postgres(at)machine:/newdisk/postgres/data> /usr/local/pgsql/bin/pgbench -c 10
-t 10000 regression
starting vacuum...end.
transaction type: TPC-B (sort of)
scaling factor: 10
number of clients: 10
number of transactions per client: 10000
number of transactions actually processed: 100000/100000
tps = 124.134926 (including connections establishing)
tps = 124.148749 (excluding connections establishing)

Conclusion : So please correct me if i am wrong ... this result set shows
that the postgresql version 8.1.2 has perform better than 7.4.5 in the
bench marking process since 8.1.2 was able to complete more transcations per
second successfully .

On 2/7/06, Jim C. Nasby <jnasby(at)pervasive(dot)com> wrote:

> Well, it tells you how many transactions per second it was able to do.
> Do you have specific questions?
>
> On Thu, Feb 02, 2006 at 12:39:59PM +0530, Pradeep Parmar wrote:
> > Hi,
> >
> > I'm fairly new to PostgreSQL. I was trying pgbench , but could not
> > understand the output . Can anyone help me out to understand the output
> of
> > pgbench
> >
> >
> > ----Pradeep
>
> --
> Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
> Pervasive Software http://pervasive.com work: 512-231-6117
> vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

--
Best,
Gourish Singbal

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Aaron Turner 2006-02-10 16:35:49 Re: 10+hrs vs 15min because of just one index
Previous Message Markus Schaber 2006-02-10 10:37:07 Re: Basic Database Performance