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

Improved Prefetching Support #387

Open
domoritz opened this issue May 23, 2024 · 0 comments
Open

Improved Prefetching Support #387

domoritz opened this issue May 23, 2024 · 0 comments
Labels
projects Project ideas for Mosaic

Comments

@domoritz
Copy link
Member

Currently the Table component and the RasterTile mark leverage the Coordinator’s prefetch method to speculatively issue queries ahead of time and cache the results for future use. One next step is to explore ways for more automatic prefetching support within vgplot marks. For example, when diving into a time-series or density-based plots, might the system automatically determine a tiling scheme, perform prefetching for adjacent tiles, and stitch data tiles together as needed to meet current data needs? What reusable abstractions might we develop and deploy? A stretch goal would be to also develop more sophisticated prefetching strategies beyond requesting adjacent tiles, perhaps inspired by predictive approaches such as ForeCache.

@domoritz domoritz added the projects Project ideas for Mosaic label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
projects Project ideas for Mosaic
Projects
None yet
Development

No branches or pull requests

1 participant