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?
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?