Re: Optimizing Advice...Now please

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Optimizing Advice...Now please
Дата
Msg-id Pine.BSF.4.21.0103091723070.82618-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Re: Optimizing Advice...Now please  ("KoPra Workshop" <kopraworkshop@telkom.net>)
Список 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 по дате отправления:

Предыдущее
От: "KoPra Workshop"
Дата:
Сообщение: Re: Optimizing Advice...Now please
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: Release of 7.1