baopham / laravel-dynamodb

Eloquent syntax for DynamoDB
https://packagist.org/packages/baopham/dynamodb
MIT License
490 stars 127 forks source link

pagedCount() #259

Open zgrguric opened 1 year ago

zgrguric commented 1 year ago

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

scrutinizer-notifier commented 1 year ago

The inspection completed: 1 updated code elements