Re: Slow delete/insert.

Поиск
Список
Период
Сортировка
От Alexandre Leclerc
Тема Re: Slow delete/insert.
Дата
Msg-id 1dc7f0e30608240508t49a208acnbe26769e1b6f669d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Slow delete/insert.  (Thor Tall <tall_thor@yahoo.com>)
Ответы Re: Slow delete/insert.  (Thor Tall <tall_thor@yahoo.com>)
Список pgsql-admin
All this is prety straight forward.

As for the transaction you are crating, is the process of 'split
message' actually do on the DB side or are you doing this process on
you side? Maybe this is the actual work of splitting the message by
the DB that is very slow.

/Maybe/ if you do this data-processing on your side, then sending that
to the DB will save you time. If you really want that job being done
on the server side, you could build yourself an extension module
adding a special function that you would call to do the job. Maybe you
could win couple cycles...

But all that could be confirmed or not by someone else which knows
more about PG internals.

Best regards.

--
Alexandre Leclerc

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

Предыдущее
От: Thor Tall
Дата:
Сообщение: Re: Slow delete/insert.
Следующее
От: Thor Tall
Дата:
Сообщение: Re: Slow delete/insert.