How do I avoid multiple select requests
I have multiple data-stores and need to hydrate data pulled from one with data from another. The issue is that if I have two independent staring snaps perform the queries, I would have to pull every item in the table (hundreds of thousands) just to j...