locks and triggers. give me an advice please

Поиск
Список
Период
Сортировка
От sad
Тема locks and triggers. give me an advice please
Дата
Msg-id 200407200936.44292.sad@bankir.ru
обсуждение исходный текст
Ответ на Re: Group by failing on Null values  (Rosser Schwarz <rosser.schwarz@gmail.com>)
Ответы Re: locks and triggers. give me an advice please
Список pgsql-sql
Good day.

often, I am turning triggers off and on to perform a mass operation on a
table, and i am interested how should i care of another user operations.

the scene is:
table t1 with user defined triggers
and many tables reference t1, (so FK triggers defined on t1)

the operation i want to perform on t1 makes a great load to a server
and have no use in triggers at all.
the best way to perform this operation is to delete all records, modify, and
insert them back without changing any adjuscent table.
(this way takes a few seconds.)
so i turn off triggers on t1 completely (updating pg_class.reltriggers)
operate
and turn on triggers on t1.

it works fine.

the question is:

what should i do to prevent other users of data modification on the t1 and the
adjuscent tables while triggers is off ?

thnx.


P.S.
...what about TEXT to REGCLASS casting ?




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

Предыдущее
От: Rosser Schwarz
Дата:
Сообщение: Re: Group by failing on Null values
Следующее
От: Luis Sousa
Дата:
Сообщение: Re: Problem in age on a dates interval