Question
Ernst & Young LLP
MT
Last activity: 29 May 2024 8:38 EDT
PEGA Mobile Client - Offline Support - Max Size of Cache
Our client is looking for a Field Service type of app, where we need to store a list of some codes and information for offline usage. The size of such list can hit 300 MB limit.
We're planning to use PEGA mobile client, and not custom app.
We're also planning to keep that list embedded in a data page, and mark that data page as 'Large data page' (https://community.pega.com/knowledgebase/articles/mobile/85/declaring-data-page-large) to improve the app performance.
The information we're looking for -
- Does PEGA automatically creates an encrypted SQLite database on the device at the time of deployment for such large data pages? (https://community.pega.com/knowledgebase/release-note/support-large-reference-data-offline-mobile-apps)
- Is there any limitation on the size of large data pages, or the generated SQLite DB on device enforced either by PEGA mobile app or device?
Thanks