diff options
Diffstat (limited to 'docs/source/dynamodb2_tut.rst')
-rw-r--r-- | docs/source/dynamodb2_tut.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/dynamodb2_tut.rst b/docs/source/dynamodb2_tut.rst index 449890c5..6e851eb3 100644 --- a/docs/source/dynamodb2_tut.rst +++ b/docs/source/dynamodb2_tut.rst @@ -413,8 +413,9 @@ concept, this is akin to what DynamoDB does. .. warning:: - Scans are consistent & run over the entire table, so relatively speaking, - they're more expensive than plain queries or queries against an LSI. + Scans are eventually consistent & run over the entire table, so + relatively speaking, they're more expensive than plain queries or queries + against an LSI. An example scan of all records in the table looks like:: |