Plots don't render on Chrome with a large data set (>600MB) #5869
Labels
needs:info
Needs follow up or investigation
performance
impacts or improves performance
severity:medium
source:user request
type:bug
Summary
When trying to plot an extremely large dataset (with no mixmaxing), the data transferred over the network overwhelms the browser. You will inevitably reach a point where the browser runs out of memory and errors. There is different behavior in different browsers.
Chrome: Data array in memory grows and grows and grows, until Chrome has had enough, and will drop the data from memory silently.
Firefox: Data array in memory grows and grows and grows, until FF has had enough, and will throw a console error.
Expected vs Current Behavior
At the very least the user should understand that the plot is not going to render for a data set that large.
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: