Re: New to PostgreSQL, performance considerations

Поиск
Список
Период
Сортировка
От Michael Stone
Тема Re: New to PostgreSQL, performance considerations
Дата
Msg-id 20061212124803.GA29167@mathom.us
обсуждение исходный текст
Ответ на Re: New to PostgreSQL, performance considerations  (Cosimo Streppone <cosimo@streppone.it>)
Ответы Re: New to PostgreSQL, performance considerations  (Michael Stone <mstone+postgres@mathom.us>)
Re: New to PostgreSQL, performance considerations  (Cosimo Streppone <cosimo@streppone.it>)
Список pgsql-performance
On Tue, Dec 12, 2006 at 01:42:06PM +0100, Cosimo Streppone wrote:
>"-O0" ~ 957 tps
>"-O1 -mcpu=pentium4 -mtune=pentium4" ~ 1186 tps
>"-O2 -mcpu=pentium4 -mtune=pentium4" ~ 1229 tps
>"-O3 -mcpu=pentium4 -mtune=pentium4" ~ 1257 tps
>"-O6 -mcpu=pentium4 -mtune=pentium4" ~ 1254 tps
>
>I'm curious now to get the same tests run with
>a custom-cflags-compiled glibc.

I'd be curious to see -O2 with and without the arch-specific flags,
since that's mostly what the discussion is about.

Mike Stone

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

Предыдущее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations
Следующее
От: Michael Stone
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations