Facing latency issue while accessing data from synapse link
We have created an azure synapse link to load data from dynamics to data lake. Initially we were querying actual tables but that was randomly throwing error as tables not found due to the continuous refresh by synapse link. Microsoft has advised to use _partitioned tables. But we observed that though actual table refresh is happening in less than 15 mins, partitioned tables refresh is taking around 1 hour 15mins causing delays on data availability in target system. Further processing of synapse Pipeline takes 30 mins. Is there any other approach of using actual tables or or any other approach to avoid these delays.