OAS 7.0
Hi!
I want to seed a really slow dashboard, and I want to set the filter to properly seed a big date range (20 years).
I used the server variable current year which results in [01.01.2023 00:00:00]. This method results in a really swift load.
I then thought I could just choose a distinct value [01.01.2000 00:00:00] and it would work fine, but it did not work at all. I then tested to choose distinct value [01.01.2023 00:00:00] and proceeded to seed, which also resulted in a really slow load - which suprised me since it was so swift with the server variable.
I believe I am missing some knowledge or something. Is it the dateformat that makes it sluggish and slow, which is somewhat alleviated with a server variable, or is there something else at play?
It returns a row for every unpaid invoice past due date in the date range, which is why I want to do 20 years - 5 years is also fine if the date format makes it slow.
What is a good way to go about achieving a swift load like I want?