Re: How to get SE-PostgreSQL acceptable

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: How to get SE-PostgreSQL acceptable
Дата
Msg-id 603c8f070902021655i5a92aaa8l6f5a8907beeec757@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to get SE-PostgreSQL acceptable  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Список pgsql-hackers
>> Why an OID?  We store acl items now without a lookup table;  I think
>> there will be at most the same number of SE-Linux entries.  Also, by
>> using text we avoid the problem of cleaning out unreferenced pg_security
>> rows, improve performance (no lookups), and simplify the code.
>
> In addition, it also has performance gain.
> The current architecture does not need to look up pg_security in most
> cases. SE-PostgreSQL caches results of access controls in userspace

I think this is a very compelling point.

...Robert


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: How to get SE-PostgreSQL acceptable
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: add_path optimization