Skip to content
Snippets Groups Projects
Verified Commit 96c78901 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

Use an SQL “WHERE NOT EXISTS” subclause.

This is correct performance-wise (avoids the need for the database to
build the entire result set before filtering; Django users reported a
speed-up of factor 5‥2000 over naïve solutions) and (accepted by Nik)
even more legible.
parent 3d6935a3
No related branches found
No related tags found
Loading
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