3
Well I couldn’t come up with a good title for the question.
But I am with the following problem, I am wanting to make an app like Easy Taxi, I will take the customer’s location and send to the 'franchisees''.
The question is, should I keep updating in the database every minute for example the location of the franchisee? There’d be another way to do it without saving it in a bank?
This is a matter of your choice and design. You only need to save it in the bank if you want to read this information from the bank. And the ideal update frequency you only encounter with experiments.
– Oralista de Sistemas