Question
3
Replies
2141
Views
Allianz SE
Posted: April 27, 2017
Last activity: May 9, 2017
datatable or database table ?
I have a requirement to store almost 50000 rows of data and need to retrieve and filter those values for populating a dropdown. Which method do I need to choose to store the data, datatable or should I go for a database table? Is there any performance issue, if I use datatable for this purpose?
***Updated by moderator: Lochan to add Categories***
In Pega 7 Data Table is no longer there. It is called Data Type now. Data Type will ultimately be mapped to a table in PegaData DB. But as you are going to use it for Drop Down, Data Type is more flexible as you may manage it from designer studio and it can be configured by user also if needed.