On Tue, Feb 27, 2024 at 3:43 AM Jason Long <hack3rcon@xxxxxxxxx> wrote:
Hello,
I have some questions about the PostgreSQL database:
1- If I want to distribute the PostgreSQL database on several servers at the same time. what should I do? Something similar to high availability.
HA replication is native in Postgresql.
2- Is there any special guard to protect PostgreSQL?
Guard, as in protection from a split-brain?