Hi,
if some of my reports are data intensive and i want to generate them only e.g. once every X hours rather than generating them each time the report page is loaded, what is the best solution for doing that?
I thought about generating/storing the aggregated results from the heavy queries every X hours in separate tables and create the myDBR reports from those tables but it is painful and defeat somehow all the added value of mydbr.
thanks a lot in advance for your insight about that.