| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | "Heckler, Kim M" <kim(dot)heckler(at)nationwide(dot)com> |
| Cc: | "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Subject: | Database log in |
| Date: | 2024-01-24 21:34:44 |
| Message-ID: | CAKFQuwZGywd1hUbvgq+4j9eCEZWtDYL7c4WFofy01ygOXtjYiw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Wednesday, January 24, 2024, Heckler, Kim M <kim(dot)heckler(at)nationwide(dot)com>
wrote:
> My questions are around what happens at log in time; what are the sequence
> of events? Also, how much “stress” does log in have to the DBMS?
>
A decent amount.
> How many concurrent logins can the DBMS handle in a short time frame?
> Can 40 sessions be initiated within 90 seconds? 60 seconds?
>
It depends.
> Please, I would appreciate debugging suggestions.
>
Don’t? At this point you’ve probably hit the point where connection pools
are the best way forward. Especially since 8 is much less than 40.
David J.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | MichaelDBA | 2024-01-24 22:24:46 | Re: Database log in |
| Previous Message | Heckler, Kim M | 2024-01-24 21:22:28 | Database log in |