Re: Using system tables directly takes many hours, using temp tables with no indexes takes a few seconds for geometry_columns view. - Mailing list pgsql-performance

On Wed, Mar 23, 2022 at 09:44:09AM +0000, Lars Aksel Opsahl wrote:
> Why is temp tables with no indexes much faster system tables with indexes ?

I think the "temp table" way is accidentally faster due to having no
statistics, not because it has no indexes.  If you run ANALYZE, you may hit the
same issue (or, maybe you just need to VACUUM ANALYZE your system catalogs).

-- 
Justin



pgsql-performance by date:

Previous
From: Lars Aksel Opsahl
Date:
Subject: Re: Using system tables directly takes many hours, using temp tables with no indexes takes a few seconds for geometry_columns view.
Next
From: Shai Shapira
Date:
Subject: High process memory consumption when running sort