Re: Patent issues and 8.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patent issues and 8.1
Дата
Msg-id 320.1106973290@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patent issues and 8.1  ("Greg Sabino Mullane" <greg@turnstep.com>)
Ответы Re: Patent issues and 8.1  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Список pgsql-hackers
"Greg Sabino Mullane" <greg@turnstep.com> writes:
> Spending time on this is silly, IMO, unless there is a technical reason
> why the feature should be replaced.

Well, people can validly have different opinions on how critical it is
to dodge the upcoming patent (and surely whether you live in the US or
not affects your viewpoint).  But as to the second part of your comment,
the fact is that the ARC buffer management code has been underwhelming
and we were already looking around for something better.  I believe Jan
already admitted that his original testing was flawed and that the
algorithm is not so much better than LRU as he thought.  We are also
staring at the fact that ARC is not at all helpful when it comes to the
problem of reducing contention for the BufMgrLock.  It uses an inherently
centralized, serialized data structure and the operations it requires
aren't notably cheap.  So I was already feeling dissatisfied even before
the patent issue came up, and I'm all for getting rid of ARC as soon as
we can find (and test) something better.
        regards, tom lane


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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: working on support triggers on columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Allow GRANT/REVOKE permissions to be applied to all schema objects with one command