A company uses Amazon DynamoDB as a data store for multi-tenant data. Approximately 70% of the reads by the company's application are strongly consistent. The current key schema for the DynamoDB table is as follows:
Partition key: OrgID -
Sort key: TenantID#Version -
Due to a change in design and access patterns, the company needs to support strongly consistent lookups based on the new schema below:
Partition key: OrgID#TenantID -
Sort key: Version -
How can the database specialist implement this change?
aviathor
Highly Voted 2 years agorn30
Most Recent 1 year, 10 months agomawsman
2 years, 1 month agoMintwater
2 years, 1 month agoMintwater
2 years, 1 month agordiaz
2 years, 2 months agoMintwater
2 years, 1 month agoMintwater
2 years, 1 month ago