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 is a pretty expensive query to compute, and while that could be optimized
with some amount of indexing and creative SQL, it's not clear that this table
delivers much value to the user. If we wanted to present partial reports, that
could be done on a periodic basis (e.g., creating the index.html page every
hour) and would seem largely more useful.
In the meantime, it's better that the UI loads quickly than that we deliver this
data.
0 commit comments