Hello, All.
I need some advice regarding with Power Apps Peformance.
There are over 100,000 records in Dataverse and 4,000 users will frequently input, modify and query data through Power Apps. In this case, I wonder whether it's better to connect data if directly from Dataverse or once filtered and stored the data into 'Collection' and then load data by using Collect feature.
I think, in the case of just querying data, Using Collect is of course faster than directly load from Datavesre but I'm worried that the more CRUD process occurs, the slower the performance will be.
I have tested it by using 1,000 records and I noticed that using collection is faster than Dataverse a little.
Can I trust this result or do you have any other recommendation or advice for this?
Any comments would be appreciated.