Skip to content

Multiple servers to the same client? Peer-to-peer planned in future? #541

Answered by Mimetis
PixelHunter88 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @PixelHunter88

Multiple Servers

It can work, only if the tables from Server 1 are not the same than tables from Server 2.
Working with different scopes can work if you have such topology.

For instance, this scenario 1 can work:

  • Server 1 :
    • Scope name: S1
    • Tables : TA, TB, TC
  • Server 2 :
    • Scope name: S2
    • Tables: TD, TE, TF

You client will have two scopes (S1 and S2) and 6 tables : TA, TB, TC, TD, TE and TF

And this scenario 2 will not work

  • Server 1 :
    • Scope name: S1
    • Tables : TA, TB, TC
  • Server 2 :
    • Scope name: S2
    • Tables : TA, TB, TC

because everything works very well, I would like to reach the next step in my requirements to connect multiple databases with identical schemes

I…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mimetis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #540 on April 21, 2021 15:25.