Re: authentication questions

Поиск
Список
Период
Сортировка
От Mendola Gaetano
Тема Re: authentication questions
Дата
Msg-id 005a01c33cb1$30d96f60$32add6c2@mm.eutelsat.org
обсуждение исходный текст
Ответ на Re: authentication questions  (Michael Hanna <zen@hwcn.org>)
Список pgsql-novice
"Michael Hanna" <zen@hwcn.org> wrote:
> OK, but what if you have thousands of users in your pg_shadow table?
> Can postgreSQL handle such a load?

What change if instead you have thousand of user in your own table?
May be will be longer the identification process but not so longer then
have instead on user on that table.
BTW the table pg_shadow have an index on the column usename
and I believe that in the identification process you are asking if
the bottle-neck can be some think like:

select * from pg_shadow where usename = 'xxxxxxx';


I have a table that is similar to pg_shadow and the table handle
9823 rows, performing the query above take long 0.12 msec

I hope this help.

Regards
Gaetano Mendola



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

Предыдущее
От: greg@turnstep.com
Дата:
Сообщение: Re: Probably a stupid question
Следующее
От: Nabil Sayegh
Дата:
Сообщение: Re: Address Table