Should I reduce the number of records? Currently, there are 1000 ‘User’ records and 2670 ‘Message’ records. Would reducing them by half or even less improve the app’s performance and speed, or would it not make much of a difference?
I think it does. My app in initial testing with 10 users works fast. When I tested with about 500 users, I need to pay careful attention with the use of custom lists. That said, you expect your user number to grow so its best to adopt best practices in the initial design stage.
Some records that are temporary can be deleted without compromising data completeness
1 Like