Re: explain analyze

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: explain analyze
Дата
Msg-id 20020913074537.B57787-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на explain analyze  (Tourtounis Sotiris <tourtoun@csd.uoc.gr>)
Ответы Re: explain analyze  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, 13 Sep 2002, Tourtounis Sotiris wrote:

> Hello, ia have an SQl query of the following form :
>
> select Y.at from table Y where Y.at >=1 and Y.at < 253214
>
> I have state an index on attribute at and by using the explain in front of
> the select ... i get the information of an index scan-however i can't
> distingusish whether that index scan refers to one of the two comparisons
> or to the conjuction of those two - how i can see that?
> explain analyze works on that question?

7.3's explain will show you the limiting clauses.  In past versions
I'm not sure but possibly explain verbose would show it to you but that's
just about unreadable.


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

Предыдущее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: Query having issues...
Следующее
От: "Carmen Wai"
Дата:
Сообщение: Data type Numeric