Re: On partitioning

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: On partitioning
Дата
Msg-id CAM-w4HNd6AwkWNRjN4FynCzV2OGe95F6VuApCAR6b0MRbuNnxw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: On partitioning  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Sep 1, 2014 at 4:59 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The "push into executor" idea I was alluding to is that we might invent
> plan constructs like a ModifyTable node that applies to a whole
> inheritance^H^H^Hpartitioning tree and leaves the tuple routing to be
> done at runtime.  You're not going to get a plan structure like that
> if the planner is building a separate plan subtree for each partition.

Well my message was assuming that in that case it would only consider
the partitioned indexes. It would only consider the isolated indexes
if the planner was able to identify a specific partition. That's
probably the only type of query where such indexes are likely to be
useful.


-- 
greg



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: On partitioning
Следующее
От: Andres Freund
Дата:
Сообщение: Re: On partitioning