We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
cc @xudong963 @leiysky
Sorry, something went wrong.
Snowflake explain is fantastic, it's a good case for our new profile design:
explain:
Profile:
FYI @zhang2014
leiysky
Successfully merging a pull request may close this issue.
Summary
Old planner explain statistics:
New planner explains:
The text was updated successfully, but these errors were encountered: