Re: slow queries on system tables - Mailing list pgsql-general

From Michael Lewis
Subject Re: slow queries on system tables
Date
Msg-id CAHOFxGpvu5r4weCf1Y_EAo+cnxLvC3ktL5pVHpbaVqNSd0kXBA@mail.gmail.com
Whole thread Raw
In response to Re: slow queries on system tables  (PegoraroF10 <marcos@f10.com.br>)
Responses Re: slow queries on system tables
List pgsql-general
Can you manually execute vacuum analyze on all three involved tables and again share the plan for the same query? If it is significantly improved, it would seem like following the recommendation to tune autovacuum (and analyze) to be more frequent would be prudent.

You haven't seemed to change from default vacuum/analyze settings despite the default parameters being suggested only for bare minimum hardware and very light use databases.

pgsql-general by date:

Previous
From: PegoraroF10
Date:
Subject: Re: slow queries on system tables
Next
From: PegoraroF10
Date:
Subject: Re: slow queries on system tables