Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48061

Re: Performance using Direct Query on Embedded Dashboard

$
0
0

 

Hi ,

For your questions: 

  • Does it need to pull in the whole table when a user accesses it like it does when you use direct query with desktop? >> No,   it just loads what needs to display and when you interactive with control in reports or after every ~15 minutes
  • Or does it use the filters to narrow down the results into a smaller subset? >> No, it's a mix between geneating query and memory cache - i will explain in next lines.

Cause when you/users interactive with filter, report will generate the query corresponding with that action and request to the sources (could be sql server and database engine).

 

I just quickly create small example as below picture:

when select filter options (i selected Male)when select filter options (i selected Male)query will be passed and executed in sources serverquery will be passed and executed in sources server

 

But the query for this action is only generated in first time and will be cached for the next actions. (you could go on to monitor the server side to verify this)
=> So there is no performance issue in here. it's perfect machanism


Viewing all articles
Browse latest Browse all 48061

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>