Re: patch: plpgsql - remove unnecessary ccache search when a array variable is updated

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: patch: plpgsql - remove unnecessary ccache search when a array variable is updated
Дата
Msg-id BANLkTi=QKbaOXg86pLs25VbHmD5k5Dng-Q@mail.gmail.com
обсуждение исходный текст
Ответ на patch: plpgsql - remove unnecessary ccache search when a array variable is updated  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: patch: plpgsql - remove unnecessary ccache search when a array variable is updated
Список pgsql-hackers
On Mon, Jun 20, 2011 at 10:49 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:

> this patch significantly reduce a ccache searching. On my test - bubble sort

It sounds good, but also somewhat worrying.

The first cache is slow, so we add another cache to avoid searching
the first cache.

What is making the first cache so slow?

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Vlad Arkhipov
Дата:
Сообщение: date_part for infinity intervals
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: Boolean operators without commutators vs. ALL/ANY