- you defined a jointure between 2 Collections:
booksandauthors - both Collections are hosted on different SQL databases
- you display the
bookslist in your back-office
Relationships
Under the hood
Join emulation works by transparently analyzing the requests that are performed by the frontend and customer API in your Back-end, and translating them into multiple requests to the relevant data sources.
For instance, assuming that:
The request will be transparently split and its result merged to produce the same output as if the original query was run.