We are using the app in offline mode, so images and files are downloaded initially for offline use. However, during the download process, the app shows that 24,000 files are being downloaded. We want to identify which table is causing this large data download and apply security filters to those tables.
How can we find out which tables contain this many data records?
@MultiTech
@Suvrutt_Gurjar
@takuya_miyai
@Aleksi
please give suggestion to solve this issue
One way is to identify in which table you have lot of rows.. open the app with full screen and then go to developer model. Write AppModel.Tables and you will see how many rows you have in each table. You should also check in which tables you have an image column or columns.
2 Likes