Hey when I use Realtime on a Table for creates/updates and use the createOperations method in my Appwrite Function for bulk upserts, will the realtime trigger for each one or will it ignore it?
TL;DR
When using Realtime on a Table for creates/updates and the createOperations method in the Appwrite Function for bulk upserts, the Realtime trigger will not be fired for each operation in the bulk upsert.