Re: Partitioning option for COPY

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Partitioning option for COPY
Дата
Msg-id 4AFB6279.1070207@agliodbs.com
обсуждение исходный текст
Ответ на Re: Partitioning option for COPY  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
> We can use an INSERT trigger to route tuples into partitions even now.
> Why do you need an additional router for COPY?  Also, it would be nicer
> that the router can works not only in COPY but also in INSERT.

Yeah, but performance on an insert trigger is impractical for large
volumes of data.

--Josh Berkus



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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: Listen / Notify rewrite
Следующее
От: Andrew Gierth
Дата:
Сообщение: NULL-handling in aggregate(DISTINCT ...)