Hi,
I updated a model from 18.2 to 19.0 and noticed that is was much slower in 19.0. After a little bit of searching I found that there is a difference in when the calculated table with update mode always is updated.
In my model I have a calculated table that does a query on a stats collector and calls a userCommand. When the dashboard that shows that calculated table is closed the table is not updated in 18.2. Only when opening the dashboard the table is updated.
In 19.0 the table is updated each time something happens to the stats collector where it is reading its information from. This is even the case when the dashboard is closed. Is it intended that the update mode always updates even when the dashboard is closed and nothing happens with the results of the calculated table?
Attached is a simple example model. There is a global variable that keep track of how many time the calculated table is updated.
Thanks,
Patrick
Note, it is not possible to select 19.0.3 in the software version.