返回首页

gbase数据、南大通用产品文档:GBase8a

更新日期:2024年09月11日

Massive Parallel Processing
GBase 8a MPP Cluster adopts MPP technology, and its main features are:
1)Distributed
parallel
planner
that
combines
cluster
characteristics,
processes operator progress in a distributed manner, and generates an appropriate
distributed execution plan.
2)Optimization based on rules and cost to ensure the efficiency of execution
plan.
3)The scheduler uses technologies such as asynchronous I/O to ensure
efficient and reliable scheduling.

GCIBreak
函数原型:
sword GCIBreak ( void *hndlp,
GCIError *errhp );
功能描述:

中断当前的执行。
参数说明:
hndlp(输入)
语句或者上下文句柄

errhp(输入)


错误信息句柄,该接口调用失败时,错误信息会存在该句柄上。
返回值:

如果执行成功,返回GCI_SUCCESS,否则返回GCI_ERROR


IP 准备
配备多个万兆网卡的服务器,可以在不同的网卡上分配不同的IP 地址。
当仅有一块儿网卡或网卡数量低于IP 地址数量时,可通过配置虚拟IP 地址的方式
为不同的节点设置IP 地址。
其他环境要求同非多实例普通安装环境要求一致。可以参考3.1 安装环境准备。
vim /etc/sysconfig/network-scripts/ifcfg-p6p2
(注意修改为网卡对应文件名)
TYPE=Ethernet
BOOTPROTO=none
NAME=enp49s0f0
UUID=f3004479-00cb-4593-a7bc-50af8d9c27f6
DEVICE=enp49s0f0
ONBOOT=yes
IPADDR=192.168.146.10
NETMASK=255.255.255.0
GATEWAY=192.168.146.254
IPADDR1=192.168.146.20
NETMASK1=255.255.255.0
IPADDR2=192.168.146.30
NETMASK2=255.255.255.0
IPADDR3=192.168.146.40
NETMASK3=255.255.255.0