Re: weird EXPLAIN

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: weird EXPLAIN
Дата
Msg-id 20020617154554.M53873-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на weird EXPLAIN  (Varun Kacholia <varunk@cse.iitb.ac.in>)
Список 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 по дате отправления:

Предыдущее
От: "Jeff MacDonald"
Дата:
Сообщение: Re: website design
Следующее
От: Parker Thompson
Дата:
Сообщение: regular expression question