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

Elide 5: Add setting to turn on/off caching for async downloads. #1537

Open
aklish opened this issue Sep 15, 2020 · 1 comment
Open

Elide 5: Add setting to turn on/off caching for async downloads. #1537

aklish opened this issue Sep 15, 2020 · 1 comment

Comments

@aklish
Copy link
Member

aklish commented Sep 15, 2020

Elide async needs a configuration setting to disable caching for queries that involve large downloads. Some caching strategies (like in-memory caffeine cache) will not work with large results.

@aklish aklish added this to To do in Elide 5.0 via automation Sep 15, 2020
@moizarafat
Copy link
Collaborator

This PR was done to support bypasscache #1673. Here the users have to set the header in every request.

For this issue, we want to introduce a new Setting where user's can set bypasscache for all Async requests. Based on the value of that setting, the calls to elide.get or queryrunner.run in AsyncQueryThread should set bypasscache to true/false in the headerMap field.

@aklish aklish added this to In progress in Yavin Data Export Dec 15, 2020
@aklish aklish moved this from In progress to To do in Yavin Data Export Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants