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
I have a result object of 900,000+ rows. At the moment when we create tables in the shiny app we point to the full data, but then for every time we create a table there is time spent filtering to the result type of interest. I think if in global the data was split into a list with one object per result type then the responsiveness of the shiny app should be much improved. Below for example if I have already filetered the result type, the observation table takes 0.5 seconds to create rather than over 2 seconds
I have a result object of 900,000+ rows. At the moment when we create tables in the shiny app we point to the full data, but then for every time we create a table there is time spent filtering to the result type of interest. I think if in global the data was split into a list with one object per result type then the responsiveness of the shiny app should be much improved. Below for example if I have already filetered the result type, the observation table takes 0.5 seconds to create rather than over 2 seconds
The text was updated successfully, but these errors were encountered: