Re: weird EXPLAIN - Mailing list pgsql-general

From Stephan Szabo
Subject Re: weird EXPLAIN
Date
Msg-id 20020617154554.M53873-100000@megazone23.bigpanda.com
Whole thread Raw
In response to weird EXPLAIN  (Varun Kacholia <varunk@cse.iitb.ac.in>)
List pgsql-general
On Tue, 18 Jun 2002, Varun Kacholia wrote:

> hi ,
>  I have just migrated to PostgreSQL...and found the following wierd :
>
>  suryadb=# explain select * from dbwin where id in (select id from wdwin
>  where word='bacd');
>  NOTICE:  QUERY PLAN:
>  Seq Scan on dbwin  (cost=0.00..8158.20 rows=1000 width=76)
>  ^^^^^^^^^^^^^^^^^^
>    SubPlan
>      ->  Materialize  (cost=8.14..8.14 rows=10 width=4)
> ->  Index Scan using wdkwin on wdwin  (cost=0.00..8.14 rows=10 width=4)

 Although I'm not sure it'd help this case , it also looks like you
haven't used VACUUM ANALYZE on the tables since the above looks an awful
lot like the defaults.



pgsql-general by date:

Previous
From: "Jeff MacDonald"
Date:
Subject: Re: website design
Next
From: Parker Thompson
Date:
Subject: regular expression question