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

Enable fifo cache by default #4471

Closed
wants to merge 2 commits into from
Closed

Conversation

replay
Copy link
Contributor

@replay replay commented Oct 13, 2021

We want to make sure that there is always at least one cache configured for the chunks cache. This enables the FIFO cache by default if no other cache is configured.

Furthermore, it also sets defaults for the cache validity and the FIFO cache's max-size-bytes. The default of 1GB for max-size-bytes is set relatively low because setting this value too low results in bad query performance, setting it too high results in OOM, I'd consider bad query performance preferable over OOM so it's better to err on the low side.

@DylanGuedes
Copy link
Contributor

I'm continuing Mauro's work at this PR.

@DylanGuedes
Copy link
Contributor

Closing (PR 4519 merged)

@DylanGuedes DylanGuedes deleted the enable_fifo_cache_by_default branch February 24, 2023 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants