Greg,
* Greg Smith (gsmith(at)gregsmith(dot)com) wrote:
> The win from switching from INSERT to COPY can be pretty big, further
> optimizing to BINARY you'd really need to profile to justify.
Have you done any testing to compare COPY vs. INSERT using prepared
statements? I'd be curious to know how those compare and against
multi-value INSERTS, prepared and unprepared.
Thanks,
Stephen