Search Postgresql Archives

Re: Explain Analyse never returns .. maybe a bug

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



David Gagnon <dgagnon@xxxxxxxxxx> 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

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@xxxxxxxxxxxxxx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux