laravel-dynamodb icon indicating copy to clipboard operation
laravel-dynamodb copied to clipboard

pagedCount()

Open zgrguric opened this issue 3 years ago • 1 comments

count() only counts correctly when scan or query is within 1MB dynamo limit or limit is explicitly set.

pagedCount() returns lastEvaluatedKey with count result on this page, if its != null then next count query can be executed

zgrguric avatar Oct 05 '22 12:10 zgrguric

The inspection completed: 1 updated code elements

scrutinizer-notifier avatar Oct 07 '22 08:10 scrutinizer-notifier