[HACKERS] Teaching query_planner to handle multiple sort orders?
В списке pgsql-hackers по дате отправления:
| От | Andrew Gierth |
|---|---|
| Тема | [HACKERS] Teaching query_planner to handle multiple sort orders? |
| Дата | |
| Msg-id | 8737guzx9u.fsf@news-spur.riddles.org.uk обсуждение |
| Ответы |
Re: [HACKERS] Teaching query_planner to handle multiple sort orders?
|
| Список | pgsql-hackers |
So in the grouping sets patch post, I said: >> There is one current weakness which I don't see a good solution for:>> the planner code still has to pick a single valuefor group_pathkeys>> before planning the input path. This means that we sometimes can't>> choose a minimal set of sorts,because we may have chosen a sort>> order for a grouping set that should have been hashed, Of course there is one good solution, which is to have query_planner take a set of acceptable output sort orders rather than just a single one. How wild an idea is this? I guess a possible hazard is an increase in the number of possible mergejoin paths to consider. What other possible issues are there? -- Andrew (irc:RhodiumToad)
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера