we have an event based table in production, it includes start time and end time column. the events are from different locations. it is simple to query what is the most recent event for each location. it can be done to use either db to opc transaction group or some query tag. I am wondering is there any performance or other different for both options?
Thank you