Performance question

Поиск
Список
Период
Сортировка
От Marcelo de Moraes Serpa
Тема Performance question
Дата
Msg-id 1e5bcefd0708160452j1b142b16g5f156bb1541ee0c3@mail.gmail.com
обсуждение исходный текст
Ответы Re: Performance question  (Decibel! <decibel@decibel.org>)
Список pgsql-general
Hello list,

If I've got a trigger that calls a function each time there is a DELETE or UPDATE opration on a table in my system, and in this function I retrieve some boolean information from another table and based on this information, additional code will be ran or not in this function. Could the solely fact of calling the function and selecting the data on another table (and the trigger on each update and delete on any table) affect the overall db performance in a noticiable manner ?

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

Предыдущее
От: "Trevor Talbot"
Дата:
Сообщение: Re: Yet Another COUNT(*)...WHERE...question
Следующее
От: "Phoenix Kiula"
Дата:
Сообщение: Re: Fastest way to import only ONE column into a table? (COPY doesn't work)