Question
Optimizing Page List Property?
Hi Guys,
I have few questions about Optimizing a Page List Property but not single valued properties.
1. Is there a wizard that runs like single valued property optimization for Page List Property or we have to manually take forward the process?
2. How to check if the Page List is Optimized? Can we view the pagelist property in corresponding table.
Any help would be appreciated, please do not blindly suggest me to go through the pdn material. That did not help me out fully.
Anything with screenshots would be appreciated, if someone has time.
Thanks in advance.
Prasan
1. from PDN can see that wizard exists in 5.4 but I do not see such option in 7.1.7: https://pdn.pega.com/how-create-declarative-indexes-embedded-properties
2. One way to check if page list is optimized is to search for Declare Index rules with source page context as pagelist property name and of course matching applies-to class.
You can refer to OOTB Rule- .Warnings declare index rule. This is created to optimise or index pxWarnings pagelist in rule data. The Index class Index-Warning in this case is mapped to its dedicated table (pr_index_warnings) so as to facilitate reporting.
Hope these details helps you!
Murali...