You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
569 B

https://www.postgres-xl.org
Set up 9 servers
================
Data nodes:
pgxl1
pgxl2
pgxl3
pgxl4
pgxl5
GTM:
pgxl-gtm-1
pgxl-gtm-2
Coordinators:
pgxl-coord-1
pgxl-coord-2
pgxl-coord-3
# Set up SSH between hosts
ssh-keygen -t ed25519
set up root ssh between all nodes
# /etc/hosts
set up /etc/hosts with all cluster name/IPs.
Set up /etc/hosts with all cluster name/IPs for Postgres interface, with pg- prefix
Binary:
wget https://www.postgres-xl.org/downloads/postgres-xl-10r1.tar.gz
Git (better):
git clone https://git.postgresql.org/git/postgres-xl.git