Difference between revisions of "Editing a model's details"

no edit summary
Line 20: Line 20:
#: '''Developer''' optimises the model for development If the last refresh occured more than 8 hours ago then retrieve the latest data and cache it, else return the data stored in the cache. The benefit of this Archive type is that it makes refreshes faster but the downside is your not always seeting the latest data
#: '''Developer''' optimises the model for development If the last refresh occured more than 8 hours ago then retrieve the latest data and cache it, else return the data stored in the cache. The benefit of this Archive type is that it makes refreshes faster but the downside is your not always seeting the latest data
#: '''Static''' optimises that data to pull blocks of records that will never change. The model only returns the latest data once for the defined parameters and then caches it and only ever returns that cached data going forward. Use this option if you wish to report on historical data from previous financial years and append with live data for the current year.
#: '''Static''' optimises that data to pull blocks of records that will never change. The model only returns the latest data once for the defined parameters and then caches it and only ever returns that cached data going forward. Use this option if you wish to report on historical data from previous financial years and append with live data for the current year.
#: '''Live''' optimises the model to retrieve live data.
#: '''Live''' optimises the model to retrieve live data.
#: '''Developer''' optimises the model for developing by only refreshing every 8 hours and returning cached data if a call is made within that time. The benefit of this Archive type is is makes refreshes faster but the downside is your not always seeting the latest data
#: '''Developer''' optimises the model for developing by only refreshing every 8 hours and returning cached data if a call is made within that time. The benefit of this Archive type is is makes refreshes faster but the downside is your not always seeting the latest data