扩容分为纵向扩容
和横向扩容
gpstate -s
gpstate -b
psql template1
select * from gp_segment_configuraion;
echo hadoop-poc6 > host_file
,这里要给hadoop-poc6节点纵向扩容。gpexpand -f host_file -D test
## test是DB,不可以使用template1和template0
##test可以自己事先创建:psql template1 && create database test;
gpexpand -i [input_file] -D test
gpstate -s
gpexpand -a -d 1:00:00 -D test
## -d的参数可以根据需要经行修改,这里指的是最大持续时间一个小时
查看执行情况
psql test
select * from gpexpand.status;
gpexpand -c -D test
操作和纵向扩容类似
不同的是:在host_file,这里需要填入原有的host和新增的host