This was a question during a panel Q&A IIRC? Or maybe during Q&A after my talk? It’s less efficient as @Osyris indicated since we can generally pack the information about the type of the event more tightly. Splitting events based on semantics of the call makes sense for this reason. The delta isn’t that large - if you’re using numeric ids to represent the type of the action it’s going to be pretty efficient. If you’re using human readable strings you might want to reconsider this for bandwidth reasons.
8 Likes