Why Does Business Intelligence Studio Load Reports Faster than the Report Server

≯℡__Kan透↙ 提交于 2019-12-11 14:47:08

问题


In Visual Studio 2008 Business Intelligence Studio, reports preview many times faster than on the report server. Why does this happen and is there a solution to this?


回答1:


In BIDS, it holds a cache, so that the query is not executed every time you preview the report. So it seems fast, however on the reportserver it will need to get all of the data for the report with every request (unless it is cached).

Rendering might also be an issue, IE does not have the best reputation on rendering speed vs. other browsers.



来源:https://stackoverflow.com/questions/6796151/why-does-business-intelligence-studio-load-reports-faster-than-the-report-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!