jleyva / moodle-block_configurablereports

This block is a Moodle custom reports builder. You can create custom reports without SQL knowledge. It's a tool suitable for admins or teachers.
http://moodle.org/plugins/view.php?plugin=block_configurable_reports
68 stars 159 forks source link

Filters before the SQL #210

Open LMachucaORT opened 2 years ago

LMachucaORT commented 2 years ago

There may be a way to execute the filters before the SQL is executed, by having too much information in the database, these statements become too slow, since it first obtains all the information and then applies the filters. For this reason we would like to know if you have a solution for this issue.

zozo77 commented 1 week ago

That's a huge issue. Small change in plugin behavior could solve huge problem in overloading many sites.