Question
2
Replies
2690
Views
Posted: July 26, 2017
Last activity: August 1, 2017
Closed
Is Data page reload once per interaction same as clipbaord page refresh
Hi ,
If i enable reload once per interaction in Data pages , is it like using a clipboard page as it reloads every time i use it.
So no reusability ? Multiple DB hits?
***Moderator Edit: Vidyaranjan | Updated Categories***
You can get reuse even with once per interaction configured on your datapage. For example if you have a lot of processing based on the datapage during an interaction. (say multiple stream rules show values computed from the same datapage) You can trace with Interaction and DataPage events to get a clear picture in your own application how many interactions occur, and how many data page loads it results in (and db queries can be traced too to get a feel for time and amount of data used if your load activity requires database access). This option will cause your datapage to be refreshed quite frequently, so please consider if it's appropriate in your application.
Also a clipboard page is an in memory structure, so on it's own will not be a database call. Your datapage may or may not use the database depending on your datapage load processing.