you could do leftjoin!
of both tables (assuming larger table does not have duplicates). This should be efficient.
2 Likes
you could do leftjoin!
of both tables (assuming larger table does not have duplicates). This should be efficient.