From: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Disabling WAL for bulk data loads |
Date: | 2005-09-10 20:15:50 |
Message-ID: | c8b3a8f3849bcd1111973fc3cc0dd55e@biglumber.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
-----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". :)
- --
Greg Sabino Mullane greg(at)turnstep(dot)com
PGP Key: 0x14964AC8 200509101614
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----
iD8DBQFDIz7IvJuQZxSWSsgRAthrAJ9YaHzRCcaixLJ+N6WyWVYmoxXpMgCcCz6T
iVfCGIk7hASpQMawDEWzzaY=
=jFH3
-----END PGP SIGNATURE-----
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2005-09-11 05:01:46 | Re: Disabling WAL for bulk data loads |
Previous Message | Robert Treat | 2005-09-10 16:22:49 | Re: Stupid question about triggers |