-
Notifications
You must be signed in to change notification settings - Fork 105
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
Stock Value report crashes server with too much data #4116
Comments
Hello @mbayopanda, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
@kwilu claim |
Hello @lomamech, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 14 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
-Analysis of the stock management module, with a view to optimizing the Stock Value report closes Third-Culture-Software#4116
@kwilu claim |
- Improvement and optimization of the stock value by deposit report closes Third-Culture-Software#4116
As reported by our friends in Vanga, the stock value report appears to crash the server for the "pharmacie usage", the most trafficked depot in the institution. On my local machine, MySQL pins the CPU at 100% and eventually the server dies.
It looks like the entire report is in a stored procedure, which is good, but uses a for loop instead of JOINs/GROUP BYs, which is bad. It appears this report is unusable until rewritten.
The text was updated successfully, but these errors were encountered: