Triggers and scalability in high transaction tables.
От | Tim Uckun |
---|---|
Тема | Triggers and scalability in high transaction tables. |
Дата | |
Msg-id | CAGuHJrOXS=jqehHriS01FybxPpWr9miqZZO6PW42xeY1BVsV8A@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: Triggers and scalability in high transaction tables.
Re: Triggers and scalability in high transaction tables. |
Список | pgsql-general |
I want to write a trigger which runs semi-complicated code after each insert. I have done some reading and from what I can gather this could cause problems because after insert triggers "don't spill to the disk" and can cause queue problems. Many people suggest LISTEN NOTIFY but that's not going to help me because my daemons could be offline and I would lose records.
I have two questions.В списке pgsql-general по дате отправления: