Re: New to PostgreSQL, performance considerations

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: New to PostgreSQL, performance considerations
Дата
Msg-id 1166065359.6494.16.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: New to PostgreSQL, performance considerations  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: New to PostgreSQL, performance considerations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Wed, 2006-12-13 at 18:36 -0800, Josh Berkus wrote:
> Bruce,
>
> > pgbench is designed to be a general benchmark, meanining it exercises
> > all parts of the system.  I am thinking just reexecuting a single SELECT
> > over and over again would be a better test of the CPU optimizations.
>
> Mostly, though, pgbench just gives the I/O system a workout.  It's not a
> really good general workload.

It also will not utilize all cpus on a many cpu machine. We recently
found that the only way to *really* test with pgbench was to actually
run 4+ copies of pgbench at the same time.

J


>
--

      === 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/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate




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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations