Forum Discussion
LuITS
1 year agoHelper II
Direct Query: Slow Performance
Hallo, i need help optimiszing my direct query report and the datasource. I have two Tables, one Facttable with lot of collumns but only 15k rows and i have table acces for row level security. F...
- 1 year ago
Use Performance Analyzer to capture the direct query that is produced by your visual. Examine that query and run it directly on your Azure database. Examine the query execution plan and follow the suggestions on which index would be suitable for that query.
lbendlin
1 year agoSuper User
Use Performance Analyzer to capture the direct query that is produced by your visual. Examine that query and run it directly on your Azure database. Examine the query execution plan and follow the suggestions on which index would be suitable for that query.