willbarrett commented on issue #10624: URL: https://github.com/apache/incubator-superset/issues/10624#issuecomment-677943883
@OSINTAI Superset is currently optimized to display aggregated data - displaying 700k+ points on a single map will tax the available memory in the browser, I believe. I'd be interested to see how much memory your browser uses after loading all of that and the associated shapes for the map into memory. To support your use-case, we would likely need to render the map on the back-end and send the image to the browser, which is likely out of scope for this project. Is there any way you could aggregate your data together for display? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
