Question
1
Replies
149
Views
Posted: September 22, 2019
Last activity: September 23, 2019
Closed
Data Extraction
Hi Everyone,
I am just curious to know how much data pega can extract through Report definition/RDB-List as the pega suggested limit is always 10,000 records.
Currently my project has a requirement to send more than 20k to third party at one go and it can be more over the time.Please suggest if anybody has handled huge volume of data extraction form pega.
Thanks In Advance:)
***Edited by Moderator: Lochan to update platform capability tags***
Hi,
You can make use of BIX instead of Report definition.
In BIX you can configure a target DB(which can be external or intercal) where you want to extract the data so that the data will be present in some DB table.
If you requirement is to send the data through file to some third party application that you can make use of either xml or csv format.
Note:XML is much faster than CSV output or writing directly to a destination database.
Regards,
Vikash