Re: How to reduce query planning time (10s) - Mailing list pgsql-general

From Tom Lane
Subject Re: How to reduce query planning time (10s)
Date
Msg-id 2449277.1640019890@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to reduce query planning time (10s)  (iulian dragos <iulian.dragos@databricks.com>)
List pgsql-general
iulian dragos <iulian.dragos@databricks.com> writes:
> Is there any way to validate the bloated index hypothesis before I invest
> too much in this direction?

A plain old VACUUM ought to take care of most of the problem.

            regards, tom lane



pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: How to reduce query planning time (10s)
Next
From: Bryn Llewellyn
Date:
Subject: Re: Packages, inner subprograms, and parameterizable anonymous blocks for PL/pgSQL