Re: 'Index Full Scan' for Index Scan without Index Cond

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: 'Index Full Scan' for Index Scan without Index Cond
Дата
Msg-id 1149592794.2621.420.camel@localhost.localdomain
обсуждение исходный текст
Ответ на 'Index Full Scan' for Index Scan without Index Cond  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: 'Index Full Scan' for Index Scan without Index Cond  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Tue, 2006-06-06 at 18:51 +0900, ITAGAKI Takahiro wrote:
> Indexes are used for two purpose, for selection and for ordering, but EXPLAIN
> shows them as 'Index Scan' in both cases. This patch changes EXPLAIN output of
> Index Scan without Index Cond to 'Index Full Scan'.

I like it.

Will that test always hold true? Even if it is currently true, perhaps
there should be a code comment to say we rely on that behaviour later to
make EXPLAIN function correctly? We definitely need some code comments
somewhere.

Perhaps we should call it 'Ordered Scan' so that it is completely
different from 'Index Scan'?

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: 'Index Full Scan' for Index Scan without Index Cond
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: table/index fillfactor control