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

feat: add statistics back to new planner explain #7350

Closed
BohuTANG opened this issue Aug 29, 2022 · 2 comments · Fixed by #7401
Closed

feat: add statistics back to new planner explain #7350

BohuTANG opened this issue Aug 29, 2022 · 2 comments · Fixed by #7401
Assignees
Labels
C-feature Category: feature

Comments

@BohuTANG
Copy link
Member

Summary

Old planner explain statistics:

ReadDataSource: scan schema: [token_address:String], statistics: [read_rows: 329339347, read_bytes: 2928799317, partitions_scanned: 1004, partitions_total: 1004], push_downs: [projections: [0]]

New planner explains:

└── Scan: default.eth.token_transfers, filters: [], Sort: [none], limit: [none]
@BohuTANG BohuTANG added the C-feature Category: feature label Aug 29, 2022
@BohuTANG
Copy link
Member Author

cc @xudong963 @leiysky

@BohuTANG
Copy link
Member Author

BohuTANG commented Aug 29, 2022

Snowflake explain is fantastic, it's a good case for our new profile design:

explain:
image

Profile:
image

FYI @zhang2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
Status: 📕Done
Development

Successfully merging a pull request may close this issue.

2 participants