Re: 8.4 release planning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 8.4 release planning
Дата
Msg-id 18701.1233078761@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 8.4 release planning  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: 8.4 release planning  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Tue, Jan 27, 2009 at 11:49 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> It would prevent us from making optimizations that assume foreign key
>> constraints hold; which is a performance issue not a covert-channel
>> issue.

> Oh, I see now.  That problem is going to be common to row-level DAC
> and SE-PostgreSQL proper.  It would not surprise me if any sort of
> row-level access control turns out to be bad for performance, but
> mainly because the overhead of checking permissions on every tuple is
> bound to cost something.

Right, but you expect that to be a small and predictable cost, say in
the single-digits-percentage range.  Plan optimizations that
suddenly stop happening can cost you multiple orders of magnitude.
And you won't soothe people by telling them that obsolete versions of
Postgres would have been that slow all the time.
        regards, tom lane


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: gin fast insert performance
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hot standby, recovery infrastructure