Re: Path question

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Path question
Дата
Msg-id 7D02C7EC-93D2-4B09-9A0D-1655AF87179A@gmail.com
обсуждение исходный текст
Ответ на Re: Path question  (Greg Stark <gsstark@mit.edu>)
Ответы Re: Path question  (Hans-Jürgen Schönig <hs@cybertec.at>)
Список pgsql-hackers
On Sep 1, 2010, at 10:21 AM, Greg Stark <gsstark@mit.edu> wrote:
> For what it's worth I disagree with Tom. I think this is a situation
> where we need *both* types of solution. Ideally we will be able to use
> a plain Append node for cases where we know the relative ordering of
> the data in different partitions, but there will always be cases where
> the structured partition data doesn't actually match up with the
> ordering requested and we'll need to fall back to a merge-append node.

I agree. Explicit partitioning may open up some additional optimization possibilities in certain cases, but Merge
Appendis more general and extremely valuable in its own right. 

...Robert

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fix for pg_upgrade's forcing pg_controldata into English
Следующее
От: Robert Haas
Дата:
Сообщение: Re: "serializable" in comments and names