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

Create strategy for caching improvements #21796

Open
mosabua opened this issue May 1, 2024 · 1 comment
Open

Create strategy for caching improvements #21796

mosabua opened this issue May 1, 2024 · 1 comment

Comments

@mosabua
Copy link
Member

mosabua commented May 1, 2024

In a number of contributor meetings a desire to cache various aspects has come up repeatedly. Following are a number of ideas and thoughts to drive the conversation:

  • Caching cut be initiated and managed on Trino cluster (coordinator) but also on Trino Gateway in front of multiple clusters, both approaches could also be combined.
  • There are lots of choices for caching backends, each with different pros and cons
  • Access control permissions must be taken into account, but limit impact of cache, potentially ignore for metadata or make configurable?

A number of different aspects can be considered for caching:

  • Metadata caching - potentially has huge impact since many client tools are very demanding about metadata
  • Result set caching
  • Fragment caching (partial result set)
@mosabua
Copy link
Member Author

mosabua commented May 1, 2024

This will need further meetings and discussions to move forward.

@mosabua mosabua changed the title Create strategy for caching improvments Create strategy for caching improvements May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant