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

Tracking: query result cache #10010

Closed
7 of 11 tasks
RinChanNOWWW opened this issue Feb 13, 2023 · 1 comment
Closed
7 of 11 tasks

Tracking: query result cache #10010

RinChanNOWWW opened this issue Feb 13, 2023 · 1 comment
Assignees

Comments

@RinChanNOWWW
Copy link
Contributor

RinChanNOWWW commented Feb 13, 2023

Summary

Query result cache can help us to get query results faster if the data is not changed for the query.

This is a tracking issue for query result cache.

Basic

Related Tables

Optional

  • Garbage collection for result cache.
  • Different compression methods for result cache.
  • Support result cache for compound SQLs. (INSERT SELECT, COPY FROM, CREATE SELECT)
  • Provide a API returns query_id <-> sql list in current session, so that user can quickly get the result corresponding to the previous SQL. cc @flaneur2020
@RinChanNOWWW
Copy link
Contributor Author

Open new issues if we need the optional features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants