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

[CBRD-24584] Improved to minimize the impact of query execution speed when setting sql_trace_slow #4002

Merged
merged 2 commits into from
Jan 6, 2023

Conversation

beyondykk9
Copy link
Contributor

http://jira.cubrid.org/browse/CBRD-24584

When setting the sql_trace_slow value in cubrid.conf to a positive number other than -1, the query performance is highly affected compared to 9.x.

The reason for the increased impact on query performance compared to 9.x is that statdump information is calculated before starting a query and after finishing query execution.

Therefore, it is necessary to minimize the impact on query performance by improving it to calculate only the information necessary for setting sql_trace_slow.

@beyondykk9 beyondykk9 added this to the fig milestone Dec 15, 2022
@beyondykk9 beyondykk9 self-assigned this Dec 15, 2022
@beyondykk9 beyondykk9 merged commit f49cb46 into CUBRID:develop Jan 6, 2023
@beyondykk9 beyondykk9 deleted the CBRD-24584 branch January 6, 2023 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants