Re: Insert performance, what should I expect?
Matthew T. O'Connor <matthew@zeut.net>
From: "Matthew T. O'Connor" <matthew@zeut.net>
To: Brock Henry <brock.henry@gmail.com>
Cc: pgsql-performance@postgresql.org
Date: 2004-10-20T02:12:10Z
Lists: pgsql-performance
Brock Henry wrote: >Hi, > >I've after some opinions about insert performance. > Have you looked into using the copy command instead of inserts? For bulk loading of data it can be significantly faster.