Thread: pgbench acronym tps
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
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
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