Hi everyone,
I'm in the process of creating an app and after my demo, I was just informed that they are planning to load around 100k rows of data in a SP list. If my filtering is in place, around 8k data will be loaded at one time. I'm worried that if I pull everything in one go, the app might freeze and it might cause some performance issue. I know I should be testing this but I don't have the data currently.
Some questions I have in mind:
- Is there a number of rows PowerApps can pull in a particular gallery? I read somewhere that it's 500 but just in case I have 8k rows in a gallery and did a "Search" formula, will I still be able to get the data I need considering, for example, said data is in row 5,678.
- If I load the SP List initially in a collection, what's the total number of row it can retrieve? Will it still be 500?
- Can I load multiple SP List in a collection? I'm thinking of separating 100k rows into different SP lists based on a particular column.
- Is there any other way around so that the app won't freeze in initial load? I'll be displaying 20+ fields per item.
Would greatly appreciate it if anyone can share some references, sources or readings regarding this matter.
Thanks!