What's the most performant way to do: List A - List B

I’m looking to optimize a few queries in our app and wondering if there’s a fast way to implement all items in list A that aren’t in list B (i.e., the opposite set of results as “intersects with”).

What solutions are you using for this?

1 Like