Forum Discussion

mericok's avatar
mericok
Frequent Visitor
8 years ago
Solved

Refresh time differences between scheduled - on demand

Hi, I have a little bit problem with scheduled refreshing time. I scheduled refresh time on my report but sometimes I need to refresh manually. When I did refresh manually which is "on demand" refre...
  • Greg_Deckler's avatar
    8 years ago

    That's going to be a backend question for Microsoft to answer. I would anticipate the answer goes something along the lines of, there are two different processes for refreshing data. One, when a user clicks refresh, they know that the user is there waiting so it probably goes to the top of the queue stack to get processed. Versus, in a scheduled refresh, it's probably place lower in the queue because it'll happen when it happens. So, my theory is that yes the refresh process starts but it is probably waiting in a queue for a long time and then it refreshes. So the total time is longer. The other explanation might be the amount of resources dedicated to one process versus the other. Again, background refreshes might be placed in a pool that has less resources because they are not time sensitive like user initiated refreshes. This is just me musing.