I would like to implement the possibility of sending data to a webhook that can be inserted within my application, do you think that the triggers in the database is the best place to send data to the various webhooks? eg every time a user is created or updated I send the new user's data to all the webhooks that want to listen to that event, if the list of webhooks is 10000+ large can it create problems?