Re: Index Selection Tool For PostgreSQL

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Index Selection Tool For PostgreSQL
Дата
Msg-id 4A8ADE2B.2060108@agliodbs.com
обсуждение исходный текст
Ответ на Index Selection Tool For PostgreSQL  (mahendra chavan <mahcha@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: REGRESS_OPTS versus MSVC build scripts
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: "make install" now tries to build the documentation