Globaltables
- Global Tables provide multi master cross region replication
- Tables are created in multiple region and added to same global table
- They act as regional replicas
- Last writer wins in case of conflict
- Read and Writes can occur in any of the regional replicas
- Strongly consistent reads are available only in the region where write happens.
- All other regions have eventual consistency
- Sub Second replication performance