Beispiele für die verwendung von Local secondary index auf Englisch und deren übersetzungen ins Deutsch
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
The following are the steps to create a table with a local secondary index, using the DynamoDB document API.
The following table shows the main differences between a global secondary index and a local secondary index.
The following are the steps to create a table with a local secondary index, using the. NET low-level API.
The following are the steps to query a local secondary index using the. NET low-level API.
The type of index to be created- either a global secondary index or a local secondary index.
Unlike a global secondary index, a local secondary index shares its provisioned throughput capacity with its table.
you should consider projecting those attributes into a local secondary index.
You can use Scan to retrieve all of the data from a local secondary index.
As items are deleted, they are removed from any Local Secondary Index and Global Secondary Index immediately in the same eventually consistent way as a standard delete operation.
With a local secondary index, there is a limit on item collection sizes:
Use this attribute if you need to Query a local secondary index and want to refine your results using the index sort key.
Use this annotation if you need to Query a local secondary index or a global secondary index
For a table with a local secondary index, a group of items with the same partition key value has exceeded the maximum size limit of 10 GB.
For the local secondary index, you must provide the index name,
A local secondary index is"local" in the sense that every partition of a local secondary index is scoped to a base table partition that has the same partition key value.
A local secondary index lets you query over a single partition,
If you query or scan a local secondary index, you can request attributes that are not projected in to the index. .
The data in a local secondary index is organized by the same partition key as the base table, but with a different sort key.
When you choose the attributes to project into a local secondary index, you must consider the tradeoff between provisioned throughput costs and storage costs.
However, in a local secondary index, the sort key value does not need to be unique for a given partition key value.