Re: pgbench Comparison of 7.4.7 to 8.0.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgbench Comparison of 7.4.7 to 8.0.2
Дата
Msg-id 6865.1113600214@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgbench Comparison of 7.4.7 to 8.0.2  (Thomas F.O'Connell <tfo@sitening.com>)
Ответы Re: pgbench Comparison of 7.4.7 to 8.0.2  (Thomas F.O'Connell <tfo@sitening.com>)
Список pgsql-performance
"Thomas F.O'Connell" <tfo@sitening.com> writes:
> http://www.sitening.com/pgbench.html

You need to run *many* more transactions than that to get pgbench
numbers that aren't mostly noise.  In my experience 1000 transactions
per client is a rock-bottom minimum to get repeatable numbers; 10000 per
is better.

Also, in any run where #clients >= scaling factor, what you're measuring
is primarily contention to update the "branches" rows.  Which is not
necessarily a bad thing to check, but it's generally not the most
interesting performance domain (if your app is like that you need to
redesign the app...)

> To me, it looks like basic transactional performance is modestly
> improved at 8.0 across a variety of metrics.

That's what I would expect --- we usually do some performance work in
every release cycle, but there was not a huge amount of it for 8.0.

However, these numbers don't prove much either way.

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: immutable functions vs. join for lookups ?
Следующее
От: Steve Poe
Дата:
Сообщение: Re: pgbench Comparison of 7.4.7 to 8.0.2