-
|
Will putting a database into read-write replication mode (without actually participating in replication) have any negative consequences for its normal operation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I can't speak for the server-side of this, but client-side, if you have a driver or application that checks if it is connected to the primary or to a replica, it could have negative repercussions. For example, I have plans to add support in Jaybird to accept multiple or alternative connections string (not sure exactly how yet), where the driver will check which one is the primary, and then use the connection to the primary. I you have a standalone database marked as a replica, that could then result in a connection not working (though it would depend on the exact implementation and logic of such a check, obviously). |
Beta Was this translation helpful? Give feedback.
-
It should not have any consequences. |
Beta Was this translation helpful? Give feedback.
It should not have any consequences.