Re: Explain Analyse never returns .. maybe a bug

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: David Gagnon <dgagnon(at)siunik(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Explain Analyse never returns .. maybe a bug
Date: 2005-06-29 13:45:18
Message-ID: m2oe9p2s5t.fsf@Douglas-McNaughts-Powerbook.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David Gagnon <dgagnon(at)siunik(dot)com> writes:

> Hi all,
>
> I stop the following statement after 3 minutes....
>
> explain analyse select *
> From IC
> where IC.ICNUM NOT IN (select IRICNUM from IR WHERE IRSTATUT
> in (1, 2))
>
>
> I'm using 8.0.3 on windows.
>
> Is that a know bug ?

Post your schema, and the sizes of the tables in question.

Also, a regular EXPLAIN (without ANALYZE) should print the query
plan that PG has chosen--post that too.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-06-29 13:47:42 Re: Explain Analyse never returns .. maybe a bug
Previous Message Douglas McNaught 2005-06-29 13:43:23 Re: PostgreSQL's vacuumdb fails to allocate memory for non-root users