Re: Partitioning option for COPY - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: Partitioning option for COPY
Date
Msg-id 20091112101303.A955.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: Partitioning option for COPY  (Emmanuel Cecchet <manu@asterdata.com>)
List pgsql-hackers
Emmanuel Cecchet <manu@asterdata.com> wrote:

> If you look at the code you will see that you can do optimizations in 
> the COPY code that you cannot do in the trigger.

Since the optimizations is nice, I hope it will work not only in COPY
but also in INSERT. An idea is moving the partitioning cache into
Relation cache, and also moving the routing routines into heap_insert().
My concern is just in the modified position; I think you don't have to
change your logic itself.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Listen / Notify rewrite
Next
From: Andrew Gierth
Date:
Subject: Re: Listen / Notify rewrite