There are 14 Service Views in my database which gives data from 2011 - 2018 (joining different combinedviews).
We created partial service views for each of the service view by giving a where condition inside the Partial service view (less than 2016 and greater than 2016 for each) .
When we are trying to cache on the partial service views layer (28 partial service views) using scheduler, it is looping through all the layers including baseviews, derivedviews, and combinedviews which is consuming a lot of time and creating a lot of swap files which is consuming a lot of harddisk space.
Please advise me a best practice to run the caching on the partial service layer.
Thanks and regards.