RE: v7.1b4 bad performance

From: "Schmidt, Peter" <peter(dot)schmidt(at)prismedia(dot)com>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Schmidt, Peter" <peter(dot)schmidt(at)prismedia(dot)com>
Cc: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "'Michael Ansley'" <Michael(dot)Ansley(at)intec-telecom-systems(dot)com>, "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: RE: v7.1b4 bad performance
Date: 2001-02-16 22:39:37
Message-ID: F1DC8388AD52D411B83B00D0B774D6EB1928E1@winmail.prismedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


> -----Original Message-----
> From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> Sent: Friday, February 16, 2001 2:26 PM
> To: Schmidt, Peter
> Cc: 'Tom Lane'; 'Michael Ansley'; 'pgsql-admin(at)postgresql(dot)org'
> Subject: Re: [ADMIN] v7.1b4 bad performance
>
>
> > > This is very strange. Is there any specific query that
> is causing the
> > > problem? Does EXPLAIN show the same output on both versions?
> > >
> >
> >
> > "pgbench" doesn't execute any complex sql...
> >
> > Explain shows exactly the same output for both
> versions(7.03 & 7.1b4):
>
> I see. That is bad. All other reports have been that 7.1b4 is faster
> than 7.0.X. I am stumped.
>

There are several tools available for bench testing. pgbench seems like a
pretty good one for measuring database performance since it uses libpq
interface. Would you concur?

At this point I'm not concerned with comparing interface performance(i.e.
JDBC, ODBC, C++), C++ is bound to be the fastest. Also not concerned with
network or user interaction aspects of performance...yet. Does anyone know
how the "other reports" were gauged? Apparently, I am not the _only_ one
who has reproduced these results using pgbench.
Peter

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2001-02-16 23:40:15 Re: v7.1b4 bad performance
Previous Message Gena Gurchonok 2001-02-16 22:30:17 Re[3]: [GENERAL] what means "INSERT xxx yyy" ?