From: | Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Feature Suggestion/Index tuning wizard that |
Date: | 2003-06-10 07:08:08 |
Message-ID: | 1055228888.8988.13.camel@haggis |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
On Mon, 2003-06-09 at 12:47, Brian Maguire wrote:
> I don't think that this has been up for discussion yet but I think it
> would be good concept/feature that someone might want to take up or
> shoot down. However some may have already. I am not sure where it falls
> PGAdmin, psql, optimizer, gborg... all.
>
>
> Recommended Feature: Index Tuning Wizard
>
> Description: The Index Tuning Wizard simplifies the task of identifying
> which indexes to create in a table and also optionally generates scripts
> to create them by analyzing a user-supplied workload. Various modes are
> offered for tuning both indexes and indexed views.
>
> Rational: Why this would be a killer feature... because it can save
> time and improve the performance of the database based real data.
Instead of an Index Tuning Wizard, instrumentation that would
allow the collection of SQL statements, frequencies, IO counts
and CPU usage.
The data collected from such collections could then be analysed
and used as the DBA balances the number of indexes versus number
of inserts/updates/deletes, and the time of day when the query
occurs.
Yes, such instrumentation would be needed for the Tuning Wizard
itself, but a human can usually spot nuances better than a program
can.
--
+-----------------------------------------------------------+
| Ron Johnson, Jr. Home: ron(dot)l(dot)johnson(at)cox(dot)net |
| Jefferson, LA USA http://members.cox.net/ron.l.johnson |
| |
| Regarding war zones: "There's nothing sacrosanct about a |
| hotel with a bunch of journalists in it." |
| Marine Lt. Gen. Bernard E. Trainor (Retired) |
+-----------------------------------------------------------+
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2003-06-10 07:28:23 | Re: 2 servers with 1 database cluster |
Previous Message | Richard Huxton | 2003-06-10 07:04:10 | Re: SQL question |
From | Date | Subject | |
---|---|---|---|
Next Message | Hans-Jürgen Schönig | 2003-06-10 07:59:14 | Re: Groups and roles |
Previous Message | Larry Rosenman | 2003-06-10 07:08:02 | Re: 7.3.3 COMPILE FAILURE: pg_dump (fwd) |