on 2022 Jul 27 5:56 AM
In a multi tyer Installation (level 1 at top, level 2, level 3 on the bottom), we download data from level 1 to level 2 and later down to level 3, and we upload other data from level 3 to level 2.
On level 1 runs mobilink server, on level 2 mobilink server & client, on level 3 mobilink client.
On level 3 are several databases, so the database on level 2 receives big amount of data, and consequently it has enorm transaction log file, as a result takes the dbmlsync on level 2 too long time, despite we theoritically dont need to scan this big transaction log file (as mentioned before the database on level 1 acts only as download).
Is there a solution for such a scenario?
I mean to enforce dbmlsync not to scan the transaction log files, or to download into tables which not exist in sysarticles.
Request clarification before answering.
Is the sync between 1st and 2nd tier using a download-only publication, or do you run it as a download-only sync, or currently none of those?
I'm relating to these different concepts.
And does the sync between 1st and 2nd tier also affect data that is synced between 2nd and 3rd tier (and possibly modified at 3rd tier), or are these disjunct data? I'm asking as a download-only sync might run into issues (or fail) when it affect rows that have been modified at the lower tier itself...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is it generally possible to define a download-only publication?
It is, see the link in my first response.
User | Count |
---|---|
71 | |
33 | |
9 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.