I am trying to understand Data Lakes, and most examples show only simple use cases. What I want to understand is effectively 'join queries'.
For example, I have files with product data (uploaded to S3-Product-Data) and a database with product annual sales (uploaded to S3-Product-Sales). How does AWS Lakes / Athena make a query that runs across these two environments?
Of course something will need to link them. I am just not sure what the query would look like, nor what Athena does under the covers to merge the data (and be performant).