'openGauss distributed deployment?
Does openGauss support distributed deployment? I read that Primary/Standby can be on different machines, but can I install more than primary?
Solution 1:[1]
That's a good question. openGauss current only support primary/standby deployment, but fortunately you can have 2 options
turn to GaussDb for openGauss, which is a super set of openGauss which support fully distributed functionality.
turn to proxy way ,such as ShardingSphere which also support openGauss to be deployed in a distributed sharding style.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | zankyfun4 |
