moodle/calendar
Neill Magill 18a964324b MDL-77965 calendar: Improve performance of data extract
The UNION caused the query to be run in a way that is very
inefficient on MySQL, separating the queries causes each of them to
run in a much more efficient form.

Any duplicated will be filtered out on the PHP side instead of in
the database. On large Moodle sites this is preferable as the
extract is likely to be performed on a server dedicated to running
the Moodle cron and so there will be less of effect on resources
that are used to serve end users.
2024-02-23 09:32:06 +00:00
..
amd MDL-79400 Calendar: Use catch() for native Promise 2023-09-19 09:10:45 +07:00
classes MDL-77965 calendar: Improve performance of data extract 2024-02-23 09:32:06 +00:00
templates MDL-78284 theme: Add new interactive content and update styles 2024-02-15 17:49:43 +01:00
tests MDL-71733 behat: final removal of deprecated 400 step definitions. 2024-01-04 12:43:52 +00:00
type/gregorian MDL-79551 versions: bump all versions and requires near release 2023-10-04 13:57:17 +08:00
delete.php MDL-78806 core: Remove redundant site name 2023-09-09 08:58:54 +08:00
event.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
event_form.php Merge branch 'MDL-58997-group-names-multilang' of https://github.com/lucaboesch/moodle 2017-05-30 16:53:06 +01:00
export.php MDL-74595 calendar: consistent breadcrumbs navigating site calendar. 2022-06-24 10:14:49 +01:00
export_execute.php MDL-76166 calendar: Ensure user is in server access logs 2022-11-30 13:25:21 +11:00
externallib.php MDL-76583 core: Update uses of external_* classes 2023-01-19 07:34:09 +08:00
import.php MDL-74595 calendar: consistent breadcrumbs navigating site calendar. 2022-06-24 10:14:49 +01:00
index.php
lib.php MDL-79432 calendar: Deprecate unused functions 2023-09-20 15:39:46 +02:00
managesubscriptions.php Merge branch 'MDL-71062-master' of https://github.com/sharidas/moodle 2022-07-13 11:39:08 +08:00
renderer.php MDL-75337 core: Single button - core changes 2023-01-24 06:01:35 +01:00
upgrade.txt MDL-71732 core: final removal of deprecated 400 methods. 2023-11-28 09:16:07 +00:00
view.php MDL-76419 calendar: Respect $CFG->autologinguests on frontpage 2023-09-05 10:44:03 +12:00