Computer Science, asked by Aadirockstar8453, 1 year ago

What is the primary difference between a global secondary index and a local secondary index?

Answers

Answered by ncraft65
0

A global secondary index is considered "global" because queries on the index can span all of the data in a table, across all partitions. Local secondary index — an index that has the same hash key as the table, but a different range key.


Vivekdemon: hii
Similar questions