Question: Just curious if you considered the following moving forward:
- I am using events with context’s frequently, so the main event gives the
event_name
inevents
I am just curious if you consider to de-normalize the event / contexts sent somewhere into the event?
Reason: Sometimes I am not sure which context was set and would like to have a programmatic way of finding that out in Redshift; The only way to know for sure would be to look into all tables and see if the root_id matches the event_id - Could also be that I am missing one piece / best practice here …