Forum Discussion
MoorsTech
10 years agoAdvocate I
OData Reference Caching / Performance Improvements
We are using a custom-build OData-Service to fill our Dashboards with life. However, as our databases grow, refreshing can take a long time, in some cases up to an hour. This is due to the fact that ...
Greg_Deckler
10 years agoCommunity Champion
One thought would be to create a version of your OData feed that only posts the changes since, let's say, 24 hours ago. You could use an Append query to append this to the larger dataset coming from the original OData feed.
Lots of technical things to work out, but just an idea.
MoorsTech
10 years agoAdvocate I
I'm sure your suggested method would work, but unfortunately this would create a lot of overhead on the devs (my) part as well as for the analysts, as we currently have over 20 different OData-feed-types that are used by several clients.
The Reference-Caching seems like the obvious and proper solution, except that it doesn't seem to work :-/