From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | Ulf Lohbrügge <ulf(dot)lohbruegge(at)gmail(dot)com> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org> |
Subject: | Re: Slow execution of SET ROLE, SET search_path and RESET ROLE |
Date: | 2017-11-07 21:39:15 |
Message-ID: | CAOR=d=3t=y4A+5+iuSaPWj9zgKNin=9rf9+jvR4TAB+g_tXMVA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Tue, Nov 7, 2017 at 2:25 PM, Ulf Lohbrügge <ulf(dot)lohbruegge(at)gmail(dot)com> wrote:
> 2017-11-07 20:45 GMT+01:00 Andres Freund <andres(at)anarazel(dot)de>:
>>
>> On 2017-11-07 18:48:14 +0100, Ulf Lohbrügge wrote:
>> > Hi,
>> >
>> > 2017-11-07 16:11 GMT+01:00 Andres Freund <andres(at)anarazel(dot)de>:
>> >
>> > > Hi,
>> > >
>> > > On 2017-11-07 11:11:36 +0100, Ulf Lohbrügge wrote:
>> > > > I'm using PostgreSQL 9.5.9 on Debian and experience slow execution
>> > > > of
>> > > some
>> > > > basic SET statements.
>> > > >
>> > > > I created about 1600 roles and use that setup for a multi tenancy
>> > > > application:
>> > >
>> > > Hm. How often do you drop/create these roles? How many other
>> > > roles/groups is one role a member of?
>> > >
>> >
>> > I create between 10-40 roles per day.
>>
>> Could you VACUUM (VERBOSE, FREEZE) that table and report the output? Do
>> you ever delete roles?
>
>
> Which table do you mean exactly? pg_catalog.pg_authid?
>
> Sorry, forgot to write that: I delete about 2-3 roles per day.
I'm gonna take a guess that pg_users or pg_roles has gotten bloated
over time. Try running a vacuum full on both of them. It's also
possible some other pg_xxx table is bloated out here too you might
need to download something like checkpostgres.pl to check for bloat in
system catalog tables.
From | Date | Subject | |
---|---|---|---|
Next Message | Ulf Lohbrügge | 2017-11-07 23:04:18 | Re: Slow execution of SET ROLE, SET search_path and RESET ROLE |
Previous Message | Ulf Lohbrügge | 2017-11-07 21:25:36 | Re: Slow execution of SET ROLE, SET search_path and RESET ROLE |