Re: New to PostgreSQL, performance considerations

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: New to PostgreSQL, performance considerations
Дата
Msg-id Pine.GSO.4.64.0612150945440.7368@westnet.com
обсуждение исходный текст
Ответ на Re: New to PostgreSQL, performance considerations  ("Merlin Moncure" <mmoncure@gmail.com>)
Ответы Re: New to PostgreSQL, performance considerations  (Ron <rjpeace@earthlink.net>)
Список pgsql-performance
On Fri, 15 Dec 2006, Merlin Moncure wrote:

> The slower is probably due to the unroll loops switch which can
> actually hurt code due to the larger footprint (less cache coherency).

The cache issues are so important with current processors that I'd suggest
throwing -Os (optimize for size) into the mix people test.  That one may
stack usefully with -O2, but probably not with -O3 (3 includes
optimizations that increase code size).

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: New to PostgreSQL, performance considerations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] EXPLAIN ANALYZE on 8.2