Re: Index Selection Tool For PostgreSQL - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Index Selection Tool For PostgreSQL
Date
Msg-id 4A8ADE2B.2060108@agliodbs.com
Whole thread Raw
In response to Index Selection Tool For PostgreSQL  (mahendra chavan <mahcha@gmail.com>)
List pgsql-hackers
Mahendra,

> I wish to contribute my code to PostgreSQL. I am not sure if such a tool
> already exists for PostgreSQL.The details of the tool are in the
> attached specification.

This really should be a separate tool from the Postgres executable
itself, since users would want it only at design time and not at
runtime.  So putting the code in postgres.c at all is not the right way
to go.  It needs to be a loadable module.

If you want to put the code you have up somewhere, I'd happily give you
control of this project:
http://pgfoundry.org/projects/index-adviser/

... which has been dead for 2 years, and never produced any working code.

-- 
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: REGRESS_OPTS versus MSVC build scripts
Next
From: Peter Eisentraut
Date:
Subject: Re: "make install" now tries to build the documentation