Planner hints in Postgresql

Поиск
Список
Период
Сортировка
От Rajmohan C
Тема Planner hints in Postgresql
Дата
Msg-id CAHaqV0jD3+g-jyGUJneyHodPq_fJNHZvoa6BD3Vmm+vLYk2f6w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Planner hints in Postgresql  (Atri Sharma <atri.jiit@gmail.com>)
Список pgsql-hackers
<div dir="ltr">I am implementing Planner hints in Postgresql to force the optimizer to select a particular plan for a
queryon request from sql input. I am having trouble in modifying the planner code. I want to create a path node of hint
planand make it the plan to be used by executor. How do I enforce this ? Should I create a new Plan for this ..how to
createa plan node which can be then given directly to executor for a particular query?</div> 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: HEAD seems to generate larger WAL regarding GIN index
Следующее
От: Atri Sharma
Дата:
Сообщение: Re: Planner hints in Postgresql