"yvanzo: bitmap https://github...." <- > <@yellowhatpro:matrix.org> yvanzo: bitmap https://github.com/yellowHatpro/mb-exurl-ia-service/blob/add-triggers/scripts/sql/004_CreateTrigger.sql > This is the trigger I've made for Edit Data. Currently I am filtering only `Add Relationship` and `Edit URL` edit types. > This works. But is this thing fine? > Like yvanzo pointed out, will there be any drawbacks with this type of trigger? It isn’t fine for the same drawbacks you are referring to. On top of those, the non-trivial extraction of URLs from edits having text fields such as “Add artist annotation” would be better handled by your program rather than by Postgres triggers/functions to keep the load under control.