Skip to content

Move Report calculations into MySQL #1558

Description

@dleffler

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requesta new feature not yet incorporated into the code

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions