Re: Using Bitmap scan instead of Seq scan

Поиск
Список
Период
Сортировка
От Jon Nelson
Тема Re: Using Bitmap scan instead of Seq scan
Дата
Msg-id AANLkTi=VdnDyD72gKtvveX1BW0QAmTqOXnzV1a2YhxVg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using Bitmap scan instead of Seq scan  ("David Johnston" <polobo@yahoo.com>)
Ответы Re: Using Bitmap scan instead of Seq scan  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general


On Mon, Feb 14, 2011 at 11:57 AM, David Johnston <polobo@yahoo.com> wrote:
You cannot ALWAYS do an indexed scan - sometimes the only option for the
parser is to do a sequential scan (thus you can say "avoid unless you have
to" but you can never truly disable sequential scanning).

Does this suggest that the config items "disable_seqscan" (and friends) should be renamed to "avoid_seqscan" ?

--
Jon

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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: Using Bitmap scan instead of Seq scan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Using Bitmap scan instead of Seq scan