Re: Performance issue with Insert

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Performance issue with Insert
Дата
Msg-id BANLkTi=Ghv4nap5PZat9GrLNjKM9dX8EuA@mail.gmail.com
обсуждение исходный текст
Ответ на Performance issue with Insert  (Jenish <jenishvyas@gmail.com>)
Список pgsql-performance
On Mon, Jun 27, 2011 at 9:22 AM, Jenish <jenishvyas@gmail.com> wrote:
> Hi All,
>
> I am facing some performance issue with insert into some table.
>
> I am using postgres 8.4.x
>
> Table is having 3 before insert trigger and one after insert trigger.
>
> With all triggers enable it is inserting only 4-5 record per second.
>
> But if I disable after insert trigger it is able to insert 667 records per
> second.
>
> After insert trigger is recursive trigger.
>
> My question.
>
> How to avoid the bottleneck?
>
> Parallel processing is possible in Postgres? How?
>
> Please give you suggestion.

this sounds like a coding issue -- to get to the bottom of this we are
going to need to see the table and the triggers.

merlin

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

Предыдущее
От: Jenish
Дата:
Сообщение: Re: Performance issue with Insert
Следующее
От: Robert Klemme
Дата:
Сообщение: Re: Long Running Update - My Solution