Re: Planner hints in Postgresql

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Planner hints in Postgresql
Дата
Msg-id CAOeZVieVE85=NQh_mZkvoVMb0Wg0y8N5isdcm4Ns1-5_QWy2TA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Planner hints in Postgresql  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Planner hints in Postgresql  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-hackers



There's a big difference between saying to the planner, "Use plan X"
vs "Here's some information describing the data supporting choosing
plan X intelligently".  The latter allows for better plans in the face
of varied/changing data, integrates with the planner in natural way,
and encourages users to understand how the planner works.


+1

I was thinking of varying the 'weight' of a user defined plan by an fixed experimental factor to tell the planner to give higher/lower preference to this plan, but after your idea above, I think Stephen's point of introducing a GUC for the factor is the only way possible and I agree with him on the point that eventually the user will figure out a way to force usage of his plan using the GUC.

Regards,

Atri


--
Regards,
 
Atri
l'apprenant

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Planner hints in Postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: First-draft release notes for next week's releases