index advisor - Mailing list pgsql-patches

From Kai-Uwe Sattler
Subject index advisor
Date
Msg-id 2261C794-2772-42A9-88F5-F05926FD187B@tu-ilmenau.de
Whole thread Raw
Responses Re: index advisor
Re: index advisor
List 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




Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] array_accum aggregate
Next
From: Andrew Dunstan
Date:
Subject: Re: index advisor