Hi, im working on a large scale app (20,000+ users) for a client which is going to have a fair amount of data in a remote DB.
I'm getting a mind block on how to efficiently get the new entries from the remote DB, to insert into the local db.
I was initally just accessing data remotely, but locations with poor internet are causing the app to crash/be unresponsive. So want to move towards moving some of the data locally.
Clients server doeant have VPS so im running thro PHP, which is all working well so far.
Tips and suggestions, would be greatly appreciated.
Thanks, James
I'm getting a mind block on how to efficiently get the new entries from the remote DB, to insert into the local db.
I was initally just accessing data remotely, but locations with poor internet are causing the app to crash/be unresponsive. So want to move towards moving some of the data locally.
Clients server doeant have VPS so im running thro PHP, which is all working well so far.
Tips and suggestions, would be greatly appreciated.
Thanks, James