Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTable's are slow with larger data #1638

Open
schloerke opened this issue Aug 26, 2024 · 1 comment
Open

DataTable's are slow with larger data #1638

schloerke opened this issue Aug 26, 2024 · 1 comment
Labels
bug Something isn't working data frame Related to @render.data_frame
Milestone

Comments

@schloerke
Copy link
Collaborator

From #1637

We use shiny.render.DataTable to visual our various datasets. It appears the current design sends the entire dataframe data into the browser in a single websocket message. Where the dataframes are even moderately large with thousand of rows, it results in the browser visibly hanging. With large dataframes in the hundreds of thousands for rows, it often causes the browser to fail entirely.


Possibly related to #1498 ?

@schloerke schloerke added the data frame Related to @render.data_frame label Aug 26, 2024
@schloerke schloerke added this to the v1.1.0 milestone Aug 26, 2024
@schloerke schloerke added the bug Something isn't working label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working data frame Related to @render.data_frame
Projects
None yet
Development

No branches or pull requests

4 participants
@schloerke and others