Re: Seq scan vs index scan

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Seq scan vs index scan
Дата
Msg-id CAKFQuwZba6j1-_d8cdFiLgq9uoZ1WA1EdmGUR0B_R-K_NLNJKA@mail.gmail.com
обсуждение исходный текст
Ответ на Seq scan vs index scan  (arun chirappurath <arunsnmimt@gmail.com>)
Список pgsql-general
On Fri, Mar 22, 2024 at 8:55 PM arun chirappurath <arunsnmimt@gmail.com> wrote:

I am trying to force query to use indexes  using query hints.

Set enable indexscan to ON,
Same for bitmap and index only scan

Everything is on by default in the planner.  You need to think in terms of what you don't want to happen and disabled those things.

David J.

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

Предыдущее
От: Christophe Pettus
Дата:
Сообщение: Re: Seq scan vs index scan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Seq scan vs index scan