From: | Vijaykumar Jain <vijaykumarjain(dot)github(at)gmail(dot)com> |
---|---|
To: | Achilleas Mantzios - cloud <a(dot)mantzios(at)cloud(dot)gatewaynet(dot)com> |
Cc: | pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Fwd: A million users |
Date: | 2024-11-13 11:40:26 |
Message-ID: | CAM+6J94wQNyUVN_1OEpHLwo2R4PQFpLeBNf=ndNG2AAfTGMoig@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Nov 13, 2024, 5:00 PM Vijaykumar Jain <
vijaykumarjain(dot)github(at)gmail(dot)com> wrote:
>
>
> On Wed, Nov 13, 2024, 4:42 PM Achilleas Mantzios - cloud <
> a(dot)mantzios(at)cloud(dot)gatewaynet(dot)com> wrote:
>
>>
>> Exactly! In the later versions, security gets more and more refined and
>> strengthened. So ppl should think about moving away from "public" , and
>> start implementing finer grained schemes of security, as you suggest. +
>> \dp shows prettier than having 1000+ users listed.
>>
>
> I wanted to just communicate the limits.
> a lot of postgresql architecture can leverage the resources and scale, but
> not all.
> i had 100s of 1000s of tables on my setup where i worked last.
> if i did \dt it would freeze all the time. i had to exit the pdwl session,
> check the source code of how the partition was named and then look for what
> I wanted.
> if things are pretty with psql or not should not be a criteria for how
> many objects you want to have.
>
> i would expect clear exceptions so one knows what the real problem is.
> the error I got did not in anyway communicate the role limits for col size
> limits.
>
https://fluca1978.github.io/2018/01/04/PostgreSQLUsers.html
so roles are not the problem.
but if you grant them individually select on the same table for ex. then
the limits are breached based of size of the col not number of permissions.
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2024-11-13 11:49:49 | Re: Fwd: Fwd: Postgres attach partition: AccessExclusive lock set on different tables depending on how attaching is performed |
Previous Message | Vijaykumar Jain | 2024-11-13 11:30:26 | Re: Fwd: A million users |