Adding a bit to this topic -
When using the Repository + Files Option, the understanding is that the DB is loaded with the date range specified in the AT Configuration manager, and that this information comes from the log files. The question is, what happens to previously loaded data? In the case where we have a year loaded, and then we change the data range to a month somewhere in that year, is the data before and after that month removed from the DB? Also, if we need to retain ALL data, can we walk back over time without re-loading everything? In other words, If I loaded the last year, and then edit the date range to include the last two years, does if reload everything, starting with the last year, or does it just go in and begin where it left off?
With a large body of data to scroll through, are there indexes we can add, and or timeout intervals we can increase for long running reports? Are there any tips/guides on straight SQL we could execute to replicate the reports, and/or simplify them as needed?
And finally, since the DB is re creatable, we are using a Simple recovery model. Is this what LF would recommend?
TX