Hi @kman42 ,
Yes.
If you store data in collection, the data processing will only work inside powerapps.
While if you call remote data from sql server, you need to transfer data everytime you call. This will spend much time.
The first way will save the time of transferring data, which will make the app perform better.
What's more, call remote sql sever will also case delegation problem while collection will not.
The delegation problem may lead to getting wrong result.
Best regards,
Community Support Team _ Phoebe Liu