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

Query Caching Policies #385

Open
domoritz opened this issue May 23, 2024 · 1 comment
Open

Query Caching Policies #385

domoritz opened this issue May 23, 2024 · 1 comment
Labels
projects Project ideas for Mosaic

Comments

@domoritz
Copy link
Member

The coordinator currently uses a LRU (least recently used) caching policy. Might it be possible to improve on this, for example by measuring latency, dataset size, or other statistics to more intelligently optimize the cache eviction policy? This project would develop alternative caching schemes and analyze their effectiveness relative to realistic workloads. One could consider both pure client-side approaches, or approaches that also leverage a backing data server.

@domoritz domoritz added the projects Project ideas for Mosaic label May 23, 2024
@derekperkins
Copy link

Once this lands, we should be able to leverage client-side device storage for significantly larger cache sizes

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

2 participants