Re: Can the query planner create indexes? - Mailing list pgsql-general

From Jeremy Harris
Subject Re: Can the query planner create indexes?
Date
Msg-id 4D10F9F5.1030303@wizmail.org
Whole thread Raw
In response to Re: Can the query planner create indexes?  (Tomas Vondra <tv@fuzzy.cz>)
Responses Re: Can the query planner create indexes?  (Tomas Vondra <tv@fuzzy.cz>)
List pgsql-general
On 2010-12-21 18:50, Tomas Vondra wrote:
>> Then the index you just built gets automatically dropped, as I said above.
>
> I'm a bit confused. Should the indexes be dropped automatically (as you
> state here) or kept for the future. Because if they should be dropped,
> then it does not make sense to do this magic just for a limited time
> after the DB goes live.

Here what I said:
"track those that actually get re-used and remove the rest".

Which part is confusing?

- Jeremy

pgsql-general by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Can the query planner create indexes?
Next
From: Peter Geoghegan
Date:
Subject: Re: libpq sendQuery -- getResult not returning until all queries complete