I am new to Denodo, just have installed Denodo Express Server.I am running a sample task.
I have two disparate data sources (Postgres and MySQL), Postgres has agents table while MySQL has Customer and Orders data. When I execute a join statement between agents and Customer data it return 0 rows, until I cache Customer data.
- Is there any way we can execute join statement between different sources without Caching, as It results replication cost?
I have attached the Execution Trace of the query, both Virtual Plans return some rows but Inner Join Plan results 0 rows.