Re: Why index scan doesn't work ???

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Why index scan doesn't work ???
Дата
Msg-id 200208231203.48408.dev@archonet.com
обсуждение исходный текст
Ответ на Why index scan doesn't work ???  (Tourtounis Sotiris <tourtoun@csd.uoc.gr>)
Список pgsql-general
On Friday 23 Aug 2002 11:46 am, Tourtounis Sotiris wrote:
> Hello i have a question baout the functionality of index.
>
> select Y.att0 from class X, class Y where ((X.att0 = %d) and (X.att1 <=
> Y.att0) and (Y.att0 <= X.att0))

Run EXPLAIN ANALYSE SELECT .... and if the output doesn't make any sense post
it back here, then we'll be able to see.

See Ch11 of the user's guide for an explanation of EXPLAIN.

- Richard Huxton

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

Предыдущее
От: Dennis Bjorklund
Дата:
Сообщение: Re: trigger fired on changes in specific column
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Two servers on one machine