Question
Page-Copy on large Pagelists!
Hi,
Greetings. I have two Pagelists.
1. DataPage at Node level which has around 5000 results.
2. Pagelist B which has around 600 results.
I am iterating over Data Page and using a pre-condition @IsInPageList() to check against pagelist B, if true doing a Page-Copy. Likewise i have few pre-conditions along with @IsInPageList().
I have benchmarked the time and it is taking around 4 secs with or without using @IsInPageList(). I am assuming this impact is due to the number of results. Is there any efficient way to do this Page-Copy which can improve the performance? (to < 3 secs?)
Appreciate any help around this.
Regards,
Bharat
Hello
I cant think of any other approach .
Other possible method could be "Pega Merge Into " . but in your case I dont think it will be applicable.
There is definetly a need to use this carefully as it might incur performance overhead.