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 for statscache lru #34052

Closed
Yisaer opened this issue Apr 18, 2022 · 0 comments
Closed

Tracking for statscache lru #34052

Yisaer opened this issue Apr 18, 2022 · 0 comments
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@Yisaer
Copy link
Contributor

Yisaer commented Apr 18, 2022

Enhancement

detailed design

Currently we have maintained cmsketch for both index and columns. Later we will try to maintain topn and histogram and statsCache.

If the topn of one column is evicted, we will try to use histogram instead. If the bounds in histogram is evicted, we may need use pesudo column instead. In future, I think we can use ndv or other things instead.

@Yisaer Yisaer added the type/enhancement The issue or PR belongs to an enhancement. label Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant