Re: authentication questions - Mailing list pgsql-novice

From Mendola Gaetano
Subject Re: authentication questions
Date
Msg-id 005a01c33cb1$30d96f60$32add6c2@mm.eutelsat.org
Whole thread Raw
In response to Re: authentication questions  (Michael Hanna <zen@hwcn.org>)
List 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 by date:

Previous
From: greg@turnstep.com
Date:
Subject: Re: Probably a stupid question
Next
From: Nabil Sayegh
Date:
Subject: Re: Address Table