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

Huge datasets unacceptably slow (250,000 datapoints) #18

Open
phildow opened this issue Sep 10, 2013 · 0 comments
Open

Huge datasets unacceptably slow (250,000 datapoints) #18

phildow opened this issue Sep 10, 2013 · 0 comments
Labels

Comments

@phildow
Copy link
Contributor

phildow commented Sep 10, 2013

Hypothesis: drawing the overview is the problem. 250,000 points shouldn't be an issue in memory, and the main area only draws the currently visible points instead of everything and then clipping. But the overview area draws all the points.

Proposed solution: if num(datapoints) > some x, downsample for drawing the overview, e.g. take every fifth to downsample to 10m intervals.

Need dataset to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant