Re: Limit on number of users in postgresql?

Поиск
Список
Период
Сортировка
От John D. Burger
Тема Re: Limit on number of users in postgresql?
Дата
Msg-id 1EEAEEF8-9B75-4015-B823-11E13A392CEB@mitre.org
обсуждение исходный текст
Ответ на Re: Limit on number of users in postgresql?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Limit on number of users in postgresql?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Limit on number of users in postgresql?  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
Tom Lane wrote:

>> What you describe Tom (flat file), sounds a bit strange to me.
>> Aren't users
>> stored in a table? (pg_catalog.pg_authid)
>
> Yeah, but the postmaster can't read pg_authid, nor any other table,
> because it's not logically connected to the database.  So any change
> to pg_authid gets copied to a "flat" ASCII-text file for the
> postmaster.

Why doesn't the postmaster read the db files directly, presumably
using some of the same code the backends do, or is too hard to bypass
the shared memory layer?  Another thing you folks must have
considered would be to keep the out-of-memory copies of this kind of
data in something faster than a flat file - say Berkeley DB.  Do
either of these things make sense?

- John D. Burger
   MITRE



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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Converting 7.x to 8.x
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Limit on number of users in postgresql?