Files
edx-platform/lms/djangoapps/bulk_email
Alan Zarembok 30b9692915 PROD-9: Fix badly performing database query for bulk email by using
the union() function to combine multiple querysets together, rather
than the or (|) operator.  This avoids a very inefficient OUTER
JOIN query that reads the entire user table.
2019-04-25 08:55:59 -04:00
..
2019-02-12 11:03:46 -05:00
2019-02-05 15:15:02 -05:00
2019-02-05 15:15:02 -05:00