-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Enhancement](audit log) Add print audit log sesssion variable #38419
[Enhancement](audit log) Add print audit log sesssion variable #38419
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
TPC-H: Total hot run time: 39606 ms
|
TPC-DS: Total hot run time: 171242 ms
|
ClickBench: Total hot run time: 30.6 s
|
run buildall |
run buildall |
TPC-H: Total hot run time: 41486 ms
|
TPC-DS: Total hot run time: 170695 ms
|
ClickBench: Total hot run time: 30.14 s
|
run buildall |
TPC-H: Total hot run time: 41625 ms
|
PR approved by anyone and no changes requested. |
TPC-DS: Total hot run time: 169106 ms
|
ClickBench: Total hot run time: 30.14 s
|
run buildall |
TPC-H: Total hot run time: 41070 ms
|
TPC-DS: Total hot run time: 169577 ms
|
ClickBench: Total hot run time: 30.16 s
|
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
PR approved by at least one committer and no changes requested. |
## Proposed changes For the `insert into` statements during group commit load via JDBC. Printing audit logs can severely impact performance. Therefore, we have introduced a session variable to control whether to print audit logs. It is recommended to turn off audit logs only during group commit load via JDBC. <!--Describe your changes.-->
…e#38419) ## Proposed changes For the `insert into` statements during group commit load via JDBC. Printing audit logs can severely impact performance. Therefore, we have introduced a session variable to control whether to print audit logs. It is recommended to turn off audit logs only during group commit load via JDBC. <!--Describe your changes.-->
…e#38419) ## Proposed changes For the `insert into` statements during group commit load via JDBC. Printing audit logs can severely impact performance. Therefore, we have introduced a session variable to control whether to print audit logs. It is recommended to turn off audit logs only during group commit load via JDBC. <!--Describe your changes.-->
…e#38419) ## Proposed changes For the `insert into` statements during group commit load via JDBC. Printing audit logs can severely impact performance. Therefore, we have introduced a session variable to control whether to print audit logs. It is recommended to turn off audit logs only during group commit load via JDBC. <!--Describe your changes.-->
…e#38419) ## Proposed changes For the `insert into` statements during group commit load via JDBC. Printing audit logs can severely impact performance. Therefore, we have introduced a session variable to control whether to print audit logs. It is recommended to turn off audit logs only during group commit load via JDBC. <!--Describe your changes.-->
…t value to false (apache#38865) ## Proposed changes In apache#38419, we introduced a new variable `enable_prepared_stmt_audit_log` to make group commit faster. Here we set this session variable default value to false. <!--Describe your changes.-->
…e#38419) ## Proposed changes For the `insert into` statements during group commit load via JDBC. Printing audit logs can severely impact performance. Therefore, we have introduced a session variable to control whether to print audit logs. It is recommended to turn off audit logs only during group commit load via JDBC. <!--Describe your changes.-->
Proposed changes
For the
insert into
statements during group commit load via JDBC. Printing audit logs can severely impact performance. Therefore, we have introduced a session variable to control whether to print audit logs. It is recommended to turn off audit logs only during group commit load via JDBC.enable_prepared_stmt_audit_log=false