I'm loading a database with a lot of data from an external source (I'm
convertin all my data to postgresql)
Right now I'm just connecting to the database and issuing a whole lot of
INSERTS and this is taking longer than I had planned.
Would it be faster to just dump my database ina tab delimited format and
use a COPY FROM or psql /copy command?
Thanks
Take care,
Jay