Re: Optimizing Advice...Now please - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: Optimizing Advice...Now please
Date
Msg-id Pine.BSF.4.21.0103091723070.82618-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: Optimizing Advice...Now please  ("KoPra Workshop" <kopraworkshop@telkom.net>)
List pgsql-admin
On Sat, 10 Mar 2001, KoPra Workshop wrote:

>
>
> From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
> Cc: <pgsql-admin@postgresql.org>
> >
> > Generally, we'll need schema and query in question.
>
> I'm newbie ...
> your meaning with schema is the table structure....?

Yeah, basically table structure , rules, triggers and indexes (probably
just tables and indexes in most cases.
The query and the output from EXPLAIN query is useful (for example if it's
select * from foo; do an EXPLAIN select * from foo;) because it gives info
on what the optimizer thinks is the best plan.


pgsql-admin by date:

Previous
From: "KoPra Workshop"
Date:
Subject: Re: Optimizing Advice...Now please
Next
From: The Hermit Hacker
Date:
Subject: Re: Release of 7.1