Fast load

From: "Ted Rolle" <ted(at)tvlconn(dot)com>
To: "'pgsql-admin'" <pgsql-admin(at)postgresql(dot)org>
Subject: Fast load
Date: 2001-08-24 21:49:32
Message-ID: 000201c12ce6$a9d826e0$ab00a8c0@ted
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

We have 73 databases, two dozen with hundreds of thousands to millions of
records, with lengths in the 500-byte range. I'm planning to convert them
from Btrieve to PostgreSQL.

Of course, I want the highest reasonable speed so that the conversion can be
completed - say - in a week-end.

My initial take is to create a tab-delimited file and use this as input to
the \copy command in psql.

Another option might be to feed them directly to the back end.

I'm a C programmer, so writing the necessary programs for the conversion and
load is not a problem.

Any pointers?

Not-wanting-to-go-down-a-garden-pathingly,

Ted

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jeremy Buchmann 2001-08-24 22:50:51 Re: Fast load
Previous Message Stephan Szabo 2001-08-24 16:09:55 Re: Query