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

Move Report calculations into MySQL #1558

Open
dleffler opened this issue Jan 17, 2023 · 0 comments
Open

Move Report calculations into MySQL #1558

dleffler opened this issue Jan 17, 2023 · 0 comments
Labels
feature request a new feature not yet incorporated into the code

Comments

@dleffler
Copy link
Collaborator

Several calculations within the Report Controller are done by PHP after loading all the records. This can be very time consuming and even deplete available memory. Creating a SQL statement using SUM(), etc.. would push the calculation into MySQL and be better for large databases.

@dleffler dleffler added the feature request a new feature not yet incorporated into the code label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request a new feature not yet incorporated into the code
Projects
None yet
Development

No branches or pull requests

1 participant