Re: Can the query planner create indexes?

Поиск
Список
Период
Сортировка
От Jeremy Harris
Тема Re: Can the query planner create indexes?
Дата
Msg-id 4D10F9F5.1030303@wizmail.org
обсуждение исходный текст
Ответ на Re: Can the query planner create indexes?  (Tomas Vondra <tv@fuzzy.cz>)
Ответы Re: Can the query planner create indexes?  (Tomas Vondra <tv@fuzzy.cz>)
Список 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 по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Can the query planner create indexes?
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: libpq sendQuery -- getResult not returning until all queries complete