CREATE GLOBAL INDEX
Description
Creates a global secondary index (GSI) on a specified table.
The GSI allows users to define indexes that are inconsistent with the distribution of base tables. In this way, single-node plans for querying non-distributed columns of base tables and unique/primary key constraints on non-distributed columns of base tables are achieved.
The centralized system does not support this function.