GBase 8a 采用insert values方式解析数据入库操作,所以默认数据会落在一个node上,如何解决
为保证数据均匀分布在各个节点上,可以对insert的表建成指定字段的hash分布表。 还可以设置参数set global gcluster_random_insert=1;