Concurrent COPY commands

Поиск
Список
Период
Сортировка
От Phillip Sitbon
Тема Concurrent COPY commands
Дата
Msg-id 486BB065.5080509@sitbon.net
обсуждение исходный текст
Ответы Re: Concurrent COPY commands  (Alan Hodgson <ahodgson@simkin.ca>)
Список pgsql-novice
Hello,

I am running some queries that use multiple connections to issue COPY
commands which bring data into the same table via different files (FIFOs
to be precise). This is being done on a SMP machine and I am noticing
that none of the postgres worker processes operate in parallel, even
though there is data available to all of them. The performance is nearly
exactly the same as it is for issuing a single COPY command. Is this
normal behavior, even with all of the separate transactions still in
progress? Would I be better off doing multithreaded bulk inserts from my
C program rather than sending the data to FIFOs?

The machine I am using has 16GB of memory and 8 cores, so I've tried to
optimize the configuration accordingly but I am a little lost in some
places.

Thanks in advance for your advice,

Phillip

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

Предыдущее
От: Daniel
Дата:
Сообщение: Re: Calculating repeating events - functionality lost with the demise of tinterval ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: encoding problem when creating a database