Enabling and Disabling Sequencial Scan

Поиск
Список
Период
Сортировка
От Yusuf
Тема Enabling and Disabling Sequencial Scan
Дата
Msg-id 3ED7C003.1090303@netscape.net
обсуждение исходный текст
Ответы Re: Enabling and Disabling Sequencial Scan  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-performance
In the application, that I'm working on, I have a query that'll be a lot
60% faster if I disable sequential scan forcing it to you my index.

Is it bad practice to disable sequential scan ( set
enable_seqscan=false), run my query then enable sequential scan,
whenever I'm running this query?  Why?

Thanks in advance

- David Wendy


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Table Relationships
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Enabling and Disabling Sequencial Scan