How much overhead, if any, do Realm triggers add to a production environment?

Do Realm triggers add any overhead to a production cluster, other than the reads and writes they perform on the database? I’m assuming since they are serverless functions they run in their own environment. Is that correct?

Thats correct they run in their own cordoned off environment.