07.05.2014, 03:28 | #1 |
Участник
|
axperf: Improving SSRS Report Performance using new R3 features - Part 6
Источник: http://blogs.msdn.com/b/axperf/archi...es-part-6.aspx
============== Using SrsReportDataProviderPreProcessTempDB class In Ax2012, we introduced class SrsReportDataProviderPreProcess class as the solution for long running SSRS reports that cause SSRS time out. The approach is to process data in Ax session before calling...(read more) Источник: http://blogs.msdn.com/b/axperf/archi...es-part-6.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
За это сообщение автора поблагодарили: Logger (3). |
14.02.2017, 10:48 | #2 |
Модератор
|
Пост похоже остался незамеченным, а там интересное:
Цитата:
This R3 feature is implemented in the kernel. The usage is not limited to reporting. Attached is a sample project showing how this kernel feature is used in case of multi-threading in Ax: each thread creates its own instance of a temp table, inserts rows into the table, and passes the table name back to the main thread (crossing session boundary), where contents from each temp table is then merged into one DB table using set-based insert. At the end, the code must despose the temp tables. The code is for demonstraction only. A more practical application to leverage this feature is in batch processing
__________________
-ТСЯ или -ТЬСЯ ? Последний раз редактировалось Vadik; 14.02.2017 в 14:42. |
|
|
За это сообщение автора поблагодарили: fed (3), Logger (3). |
Теги |
ax2012r3, srsreportdataproviderpreprocess, ssrs, thread, полезное, производительность |
|
|