1
1
101-s2019-03-11 13:52:05
Data synchronization
101-s, 2019-03-11 13:52:05

Fast synchronization of two databases, how to do it?

There are 2 databases on the local computer (windows ms.access) that use an intermediate database on the hosting to synchronize data (linux mysql)
how can I speed up database synchronization? ideally without delay.
You can initiate a database update on the hosting after changing the data in the local database without any problems (ODBC driver, REST API) How can I launch it after updating the data on the remote database?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
beerchaser, 2019-03-12
@beerchaser

Option 1: Throw out mysql and set up / program replication through an intermediate file. The replication start trigger is the appearance of a data file. The frequency of polling for the presence of a data file is up to the taste of the programmer. Hosting to use as storage for an intermediate file.
Option 2: Switch from Access to ms sql and set up replication directly between servers. Throw out My sql again.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question