Global Tables use automatic data synchronization across multiple regions to build a cross-region active-active architecture that provides low-latency access and high availability. This architecture supports read and write operations in the nearest region and disaster recovery switchovers. This topic describes the APIs for global table operations.
API list
The following table describes the APIs for global table operations.
Name | API | Description |
Create a global table | CreateGlobalTable | Creates a global table for a base table. |
Query global table information | DescribeGlobalTable | Queries the description of physical tables in a global table. |
Update a global table configuration | UpdateGlobalTable | Updates the configuration of physical tables in a global table. |
Attach to a global table | BindGlobalTable | Adds one or more distributed locations to a global table. |
Detach from a global table | Removes one or more distributed locations from a global table. |