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

Q2A have high performance issue due to Table Locking #851

Open
sarabhi92git opened this issue Oct 7, 2020 · 2 comments
Open

Q2A have high performance issue due to Table Locking #851

sarabhi92git opened this issue Oct 7, 2020 · 2 comments

Comments

@sarabhi92git
Copy link

Q2A have high performance issue due to Table Locking.

During locking all select SQL query goes in wait status for a long duration and effecting heavily on the performance of q2a.

Any solution @svivian

@sarabhi92git
Copy link
Author

Either using Transactions or removing table write locking during post and register events will be good for high performance.

@svivian Did you checked that? What's your suggestion on this?

@q2apro
Copy link

q2apro commented Oct 12, 2020

Related issue: #813

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants