index advisor

Поиск
Список
Период
Сортировка
От Kai-Uwe Sattler
Тема index advisor
Дата
Msg-id 2261C794-2772-42A9-88F5-F05926FD187B@tu-ilmenau.de
обсуждение исходный текст
Ответы Re: index advisor
Re: index advisor
Список pgsql-patches
Hi,
here is a patch implementing an index recommendation advisor for
7.4.13. It consists of extensions to the planner and the catalog as
well as a command line tool pg_advise in contrib. The index advisor
works as part of the EXPLAIN statement, i.e. by
set enable_indexadvisor=true;
explain select ...
you will find the recommended indexes in pg_indexadvisor afterwards.

Comments are welcome.
Best,
    Kai




Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] array_accum aggregate
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: index advisor