Skip to content
Snippets Groups Projects
Commit 30b96929 authored by Alan Zarembok's avatar Alan Zarembok
Browse files

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.
parent c3717cbf
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment