Re: Disabling WAL for bulk data loads

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Disabling WAL for bulk data loads
Дата
Msg-id 20050911050146.GY7630@pervasive.com
обсуждение исходный текст
Ответ на Re: Disabling WAL for bulk data loads  ("Greg Sabino Mullane" <greg@turnstep.com>)
Ответы Re: Disabling WAL for bulk data loads
Список 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@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Disabling WAL for bulk data loads
Следующее
От: Mauri Sahlberg
Дата:
Сообщение: Re: Stupid question about triggers