Re: How to reduce query planning time (10s)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: iulian dragos <iulian(dot)dragos(at)databricks(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to reduce query planning time (10s)
Date: 2021-12-20 17:04:50
Message-ID: 2449277.1640019890@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

iulian dragos <iulian(dot)dragos(at)databricks(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bryn Llewellyn 2021-12-20 19:28:16 Re: Packages, inner subprograms, and parameterizable anonymous blocks for PL/pgSQL
Previous Message Pavel Stehule 2021-12-20 16:53:20 Re: How to reduce query planning time (10s)