We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Related issue: #813
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: