You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one is going to be tricky, I don't think we can do any kind of direct unbounded aggregation on xapi_events_all_parsed / xapi_events_all due to the size. That query takes ~250 secs on the 1.1B row test db, I tried a few others and they all were around there or worse. You might want to try a pre-aggregated projection on the table that just selects event id and count. If you come up with one that works I can try it on the big dataset and see how it performs.
We should have a card that checks for duplicate rows, alerting operators that there are duplicates in the tables that may need to be dealt with.
The text was updated successfully, but these errors were encountered: