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

From Michael Lewis
Subject Re: slow queries on system tables
Date
Msg-id CAHOFxGqftoP6-0YbRqRZbZ=_Zbn6iELvQDfHz3Sc0uJo_z8_Bw@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  (PegoraroF10 <marcos@f10.com.br>)
List pgsql-general
Might the issue be with pg_index or pg_attribute rather than pg_class? Is the query still slow? Do you have the output of explain analyze for use on https://explain.depesz.com/ or the output of EXPLAIN (ANALYZE, COSTS, VERBOSE, BUFFERS, FORMAT JSON) for use on http://tatiyants.com/pev/#/plans/new website?

pgsql-general by date:

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