Re: 9.4 release notes

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: 9.4 release notes
Дата
Msg-id 53672E53.80800@vmware.com
обсуждение исходный текст
Ответ на 9.4 release notes  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: 9.4 release notes
Список pgsql-hackers
On 05/04/2014 03:46 PM, Bruce Momjian wrote:
> Auto-resize the catalog cache (Heikki Linnakangas)
>
> This reduces memory consumption for backends accessing only a few
> tables, and improves performance for backend accessing many tables.

Move this to "General performance" section.

> Improve spinlock speed on x86_64 CPUs (test on i386?) (Heikki Linnakangas)

I believe this refers to commit b03d196b. The "test on i386" note can 
just be removed. Someone ought to test it on 32-bit i386 to see if the 
same change would be beneficial there, but that's a TODO item more than 
a release notes item. I doubt anyone's interested to spend time 
performance testing spinlocks on 32-bit i386, though, so I think we're 
going to just retain the current situation for the next decade.

- Heikki



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: 9.4 release notes
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Per table autovacuum vacuum cost limit behaviour strange