Thread: pgbench acronym tps

pgbench acronym tps

From
"Erik Rijkers"
Date:
I noticed that pgbench.sgml (or the manual elsewhere)
does not explicitly mention what TPS stands for;
I thought it might be useful to add.

(reason I checked: someone on #postgresql took tps
to mean 'tuples per second')


Erik Rijkers

Attachment

Re: pgbench acronym tps

From
Robert Haas
Date:
On Fri, Aug 6, 2010 at 7:43 PM, Erik Rijkers <er@xs4all.nl> wrote:
> I noticed that pgbench.sgml (or the manual elsewhere)
> does not explicitly mention what TPS stands for;
> I thought it might be useful to add.
>
> (reason I checked: someone on #postgresql took tps
> to mean 'tuples per second')

The previous paragraph already mentions this, doesn't it?

Although perhaps instead of saying "The last two lines report the
rate..." we could say "The last two lines report the number of
transactions per second...".

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

Re: pgbench acronym tps

From
Tom Lane
Date:
Robert Haas <robertmhaas@gmail.com> writes:
> On Fri, Aug 6, 2010 at 7:43 PM, Erik Rijkers <er@xs4all.nl> wrote:
>> I noticed that pgbench.sgml (or the manual elsewhere)
>> does not explicitly mention what TPS stands for;
>> I thought it might be useful to add.
>>
>> (reason I checked: someone on #postgresql took tps
>> to mean 'tuples per second')

> The previous paragraph already mentions this, doesn't it?

> Although perhaps instead of saying "The last two lines report the
> rate..." we could say "The last two lines report the number of
> transactions per second...".

Robert's wording sounds good to me, committed that way.

            regards, tom lane