I am working on the application where which we need to migrate from old notes application to xpages. So from the old application we have more than 2,00,000 Documents.
So in an xpages application we are loading these list of documents with the help of repeat control, So is there any optimized way to load data faster because loading this much amount of Documents take more than 5 min to load.
Some kind of sugestions would be really helpful.
The formula for the repeat control from which I loads data is from page data source dominoView. The page datasource is :>
And this data source is used in a repeat control to load dynamically as in image.
We also have pager and limited rows mentioned to repeat.