| От | 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
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера