Re: Errors from pgbench

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Errors from pgbench
Date: 2006-08-26 01:19:03
Message-ID: 44EFA187.3030504@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> number of transactions per client: 100000
> number of transactions actually processed: 384423/1000000
> tps = 239.586507 (including connections establishing)
> tps = 239.589618 (excluding connections establishing)
>
> The only way I see to generate that type of error is if it tried to
> insert or cast an integer too large for the data type.
>
> Is this a potential pgbench bug, or am I misusing pgbench?

Kind of both ;)... The version in HEAD does not suffer from this.

Sincerely,

Joshua D. Drake

>
> Regards,
> Jeff Davis
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message snacktime 2006-08-26 04:38:13 alternative to using a sequence
Previous Message Jeff Davis 2006-08-26 00:40:56 Errors from pgbench