Refresh once per day for example instead of hourly.
In a usecase example, I know that there exist properties that update once a day at a particular time, then I do not need the refresh rate to be set at every 1 hour that passes.
If the frequency of update could be set when creating a cached dataset, I could set this to every 24 hours, which would save 23 queries per day. If we have 15 cached datasets the way its setup currently there are (23
15
30) = 10,350 wasted queries per month.