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

What's the idea behind the scalability? #136

Closed
aerlaut opened this issue Sep 13, 2022 · 1 comment
Closed

What's the idea behind the scalability? #136

aerlaut opened this issue Sep 13, 2022 · 1 comment

Comments

@aerlaut
Copy link

aerlaut commented Sep 13, 2022

I see that the main work that was done to make Vega scalable was to precompute the data (i.e. move calculations into the backend) instead of doing it in transforms. Does this solution help if I need to visualize a large number of data points? (e.g. 500k dots)

@aerlaut aerlaut changed the title What's the idea behind this? What's the idea behind the scalability? Sep 13, 2022
@domoritz
Copy link
Member

Thanks for asking. We are focusing on interactive scalability. If you want to show large datasets, I recommend using aggregation (as we do here) or the (experimental) WebGPU renderer: https://github.com/vega/vega-webgpu.

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

No branches or pull requests

2 participants