Trigger multiple triggers at once

43 Views Asked by At

I am working on optimizing a delete query and I saw that when I delete multiple rows, the triggers run 1 per row. For example for 100 rows I get:

Trigger for constraint other_table_1_fid_fkey: time=3.644 calls=100

Is it possible to make it more efficient?

0

There are 0 best solutions below