208k views
4 votes
What is the maximum number of Local Secondary Indexes that can be created for a single table in Amazon DynamoDB?

A) 5
B) 10
C) 20
D) 25

User IkiK
by
7.9k points

1 Answer

1 vote

Final answer:

The maximum number of Local Secondary Indexes that can be created for a single table in Amazon DynamoDB is 5.

Step-by-step explanation:

The maximum number of Local Secondary Indexes that can be created for a single table in Amazon DynamoDB is 5. A Local Secondary Index (LSI) is an index that has the same partition key as the table, but a different sort key. It enables you to query the table using alternate sort keys, allowing you to efficiently access data in different ways.

User Beerend Lauwers
by
8.1k points