Add ProfileEvents for number of rows and bytes passing filter transform#76662
Add ProfileEvents for number of rows and bytes passing filter transform#76662antaljanosbenjamin merged 10 commits intoClickHouse:masterfrom
Conversation
antaljanosbenjamin
left a comment
There was a problem hiding this comment.
We also need tests for this.
|
Hi @antaljanosbenjamin, thank you for reviewing the PR. I addressed your comments, please take a look and let me know if anything else needs to be changed. The following tests are failing:
Please advise on the next steps to deal with these test failures. |
4af99ac to
8ec98d8
Compare
112a814 to
ba168d0
Compare
|
Sorry for the late answer, I was busy. The PR looks good. Could you please resolve the conflicts? The test failures seems to be unrelated. |
Thanks for the re-review @antaljanosbenjamin. I have resolved the conflicts. Please take a look and merge if everything looks good. |
|
|
bee4ac9
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
Fix rebase issue: - 20250416 ClickHouse#78485 - 20250306 ClickHouse#76662 Co-authored-by: liuneng1994 <neng.liu@kyligence.com>
This PR adds profile events to calculate the number of rows and number of bytes in filter transform of a query. It resolves #67288.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
FilterTransformPassedRowsandFilterTransformPassedBytesprofile events will show the number of rows and number of bytes filtered during the query execution.Documentation entry for user-facing changes