Question
Virtusa Ltd
LK
Virtusa Ltd
Posted: Feb 13, 2022
Last activity: Nov 23, 2022
Last activity: 23 Nov 2022 23:16 EST
Closed
Solved
Data page and Data transform
anyone, please tell about Data page vs Data transform
***Edited by Moderator: Pooja Gadige to move from Pega Academy to Product, add capability tags***
To see attachments, please log in.
@SarmilaS5474
Hi Sarmila,
Data pages means it stores the data on the temporary page.If you want to fetch the same data multiple times Data page needs to be used.
If you don't use data pages it needs to fetch from the DB for every time.It is performance issue.
Data transforms are used to set the default values to the properties by using pydefault.