Re: slow queries on system tables

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: slow queries on system tables
Date: 2019-08-23 22:37:36
Message-ID: CAHOFxGpvu5r4weCf1Y_EAo+cnxLvC3ktL5pVHpbaVqNSd0kXBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message PegoraroF10 2019-08-23 22:47:04 Re: slow queries on system tables
Previous Message PegoraroF10 2019-08-23 22:31:13 Re: slow queries on system tables