Forum Discussion

troc24's avatar
troc24
Frequent Visitor
2 years ago
Solved

Improve DirectQuery performance

Hi all,

 

Our data model contains two tables that come from different data source. One of them is queried in Cosmos and the other in Azure SQL. Both are related by an ID, which is a string that can contain more than 20 characters. The data must be in real time, so we use Directquery. We find that as these tables grow, performance get worse. I know that using this type of identifier is not the most optimal way. There is any option to improve performance without having to generate a numerical ID?

 

Thanks in advance

1 Reply