COPY locking

Поиск
Список
Период
Сортировка
От John Coers
Тема COPY locking
Дата
Msg-id 3AF9BD09.2C89184@intrinsity.com
обсуждение исходный текст
Ответы Re: COPY locking  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
What mode of locking is associated with a COPY to the database?

Is it a RowExclusiveLock and since it is brand new data, there should
be no conflicts?

I am trying to figure out what is slowing down multiple concurrent COPY
commands to my database and all I see is lots of semops.  CPU usage,
disk access, etc. are not pegged, so what else is could be slowing me down?


--
John Coers            Intrinsity, Inc.
coers@intrinsity.com  Austin, Texas

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

Предыдущее
От: "Gordon Runkle"
Дата:
Сообщение: RE: MS SQL 7.0 to PostgreSQL 7.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: COPY locking