Re: Disabling WAL for bulk data loads

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Disabling WAL for bulk data loads
Date: 2005-09-11 05:01:46
Message-ID: 20050911050146.GY7630@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Sat, Sep 10, 2005 at 08:15:50PM -0000, Greg Sabino Mullane wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> > Well, COPY will give you the best performance. It's also fairly flexable
> > when it comes to formatting. It shouldn't be difficult to get Oracle's
> > export tool to generate data that COPY can load.
>
> With Oracle, everything is difficult. Their export utility does not have
> a way to dump things as a series of INSERT commands, nor as tab-delimited
> data. There are other tools/scripts around that can do this, but as a
> general rule, the word "difficult" is one of the more mild adjectives
> usually found in the same sentence as "Oracle utility". :)

Can't it export CSV? Copy can deal with CSV.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mauri Sahlberg 2005-09-11 06:40:54 Re: Stupid question about triggers
Previous Message Greg Sabino Mullane 2005-09-10 20:15:50 Re: Disabling WAL for bulk data loads