-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Enhance] Add profile for load job #5052
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
Conversation
| ### 性能分析 | ||
| 可以在提价 LOAD 作业前,先执行 `set is_report_success=true` 打开会话变量。然后提交导入作业。待导入作业完成后,可以在 FE 的 web 页面的 `Queris` 标签中查看到导入作业的 Profile。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 可以在提价 LOAD 作业前,先执行 `set is_report_success=true` 打开会话变量。然后提交导入作业。待导入作业完成后,可以在 FE 的 web 页面的 `Queris` 标签中查看到导入作业的 Profile。 | |
| 可以在提交 LOAD 作业前,先执行 `set is_report_success=true` 打开会话变量。然后提交导入作业。待导入作业完成后,可以在 FE 的 web 页面的 `Queris` 标签中查看到导入作业的 Profile。 |
| ### Performance analysis | ||
| You can execute `set is_report_success=true` to open the session variables before submitting the import job. After the import job is completed, you can view the profile of the import job in the `Queris` tab of the FE web page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You can execute `set is_report_success=true` to open the session variables before submitting the import job. After the import job is completed, you can view the profile of the import job in the `Queris` tab of the FE web page. | |
| You can execute `set is_report_success=true` to open the load profile before submitting the import job. After the import job is completed, you can view the profile of the import job in the `Queris` tab of the FE web page. |
|
|
||
| import mockit.Expectations; | ||
| import mockit.Injectable; | ||
| import mockit.Mock; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it should under the java.*
EmmyMiao87
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add viewable profile for broker load. Similar to the query profile, the user can submit the import job by setting the session variable is_report_success to true, and then view the running profile of the job on the FE web page for easy analysis and debugging.
…ection case apache#56867 (apache#5634) cherry-picks from apache#56867 Related to apache#5052 Co-authored-by: abmdocrt <lianyukang@selectdb.com>
Proposed changes
Add viewable profile for broker load. Similar to the query profile,
the user can submit the import job by setting the session variable
is_report_successto true,and then view the running profile of the job on the FE web page for easy analysis and debugging.
Types of changes