| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера