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-22803] Fixed the performance degradation in the wips workload of the TPC-W benchmark. #2543

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

hornetmj
Copy link
Contributor

@hornetmj hornetmj commented Jan 8, 2021

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

Fixed the performance degradation in the wips workload of the TPC-W benchmark. The global variable is used to record the state of the page buffer. And when calling the pgbuf_fix() function, etc., this global variable is increased. As a result, performance degradation of about 150 TPS occurred. It was identified as a problem caused by several threads competing for one global variable. Therefore, I have resolved this problem.

@hornetmj hornetmj added this to the damson milestone Jan 8, 2021
@hornetmj hornetmj self-assigned this Jan 8, 2021
@hornetmj hornetmj merged commit 7b24a46 into CUBRID:develop Jan 8, 2021
@hornetmj hornetmj deleted the CBRD-22803 branch January 11, 2021 02:27
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.

3 participants