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

[improvement](external statistics)Fix external stats collection bugs (#22788) #23122

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

Jibing-Li
Copy link
Contributor

This pr has four changes:

  1. Collect external table row count when execute analyze database.
  2. Support show cached table stats (row count)
  3. Support alter external table column stats.
  4. Refresh/Invalidate table row count stat memory cache when analyze task finished and drop table stats.

This is a cherry pick for pr:
#22788

Proposed changes

Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

@github-actions github-actions bot added area/planner Issues or PRs related to the query planner kind/docs Categorizes issue or PR as related to documentation. kind/test labels Aug 17, 2023
…pache#22788)

1. Collect external table row count when execute analyze database.
2. Support show cached table stats (row count)
3. Support alter external table column stats.
4. Refresh/Invalidate table row count stat memory cache when analyze task finished and drop table stats.
@Jibing-Li Jibing-Li marked this pull request as ready for review August 17, 2023 11:22
@xiaokang xiaokang merged commit 383e990 into apache:branch-2.0 Aug 17, 2023
14 of 15 checks passed
@Jibing-Li Jibing-Li deleted the 22788 branch August 18, 2023 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/planner Issues or PRs related to the query planner kind/docs Categorizes issue or PR as related to documentation. kind/test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants