Re: Queries not using Index

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Queries not using Index
Дата
Msg-id 20020723080457.V24800-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Queries not using Index  (Daryl Herzmann <akrherz@iitap.iastate.edu>)
Список pgsql-sql
On Mon, 22 Jul 2002, Daryl Herzmann wrote:

> snet=# explain SELECT * from t2002_06 WHERE station = 'SGLI4';
> NOTICE:  QUERY PLAN:
>
> Seq Scan on t2002_06  (cost=0.00..35379.69 rows=35564 width=47)
>
> EXPLAIN

What does explain show if you do set enable_seqscan=off;
?
It's possible that it's estimating a greater cost for the index scan.



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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: Editor for pgsql
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Editor for pgsql