Re: any proper benchmark scripts?

From: clayton cottingham <drfrog(at)smartt(dot)com>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: any proper benchmark scripts?
Date: 2001-04-19 16:01:35
Message-ID: 3ADF0BDF.45092C88@smartt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Justin Clift wrote:
>
> Hi Clayton,
>
> Was it opening a new connection to the database every time, or did it
> open one connection each time and pump multiple queries through it?
>
> It would be a good things to develop your script and benchmark this both
> ways. Could become a useful tool for sizing both of these databases.
>
> Out of curiosity do you have access to other databases such as
> Interbase, Oracle, DB2, Informix, and so forth? The more it can connect
> to, the better people will be able to understand each one's strengths
> and weaknesses, in terms of Perl's DB access.
>
> Regards and best wishes,
>
> Justin Clift
>

ok i looked over the script and the connections are opened before for
loops and shuit down after for loops

i dont have access to any other db's

but another person on the modperl list said he would be try oracle

check out that thread its been going since monday?
perl.apache.org click through maillists and use mailarchive.com
search for 'fast db access'
thats the thread!!

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message clayton cottingham 2001-04-19 16:04:02 Re: any proper benchmark scripts?
Previous Message Roberto Mello 2001-04-19 15:42:13 Re: any proper benchmark scripts?