Re: Join query on 1M row table slow

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: Join query on 1M row table slow
Дата
Msg-id Pine.LNX.4.33.0402101441380.29635-100000@css120.ihs.com
обсуждение исходный текст
Ответ на Re: Join query on 1M row table slow  (CSN <cool_screen_name90001@yahoo.com>)
Ответы Re: Join query on 1M row table slow
Список pgsql-general
On Tue, 10 Feb 2004, CSN wrote:

> > 2. Vacuum analyze the tables concerned and post the
> > output of EXPLAIN ANALYSE
> > with your query.
>
> => explain analyze;
>
> results in:
>
> ERROR:  syntax error at or near ";" at character 16

No silly.  you do:

explain analyze select ... (rest of the query...)

and it runs the query and tells you how long each bit took and what it
THOUGHT it would get back in terms of number of rows and what it actually
got back.

Let us know...


В списке pgsql-general по дате отправления:

Предыдущее
От: CSN
Дата:
Сообщение: Re: Join query on 1M row table slow
Следующее
От: CSN
Дата:
Сообщение: Re: Join query on 1M row table slow