Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDB Scan Request - COUNT #437

Open
mohamad-elbohsaly opened this issue Sep 3, 2024 · 1 comment
Open

DynamoDB Scan Request - COUNT #437

mohamad-elbohsaly opened this issue Sep 3, 2024 · 1 comment

Comments

@mohamad-elbohsaly
Copy link

I am wondering why DynamoDB isn't returning all results. It only returns 10% of them.

final response = await dynamoDb.scan(
        tableName: tableName,
        exclusiveStartKey: null
      );
@seba-i
Copy link

seba-i commented Sep 15, 2024

Are you hitting the result set size limit?

The API paginates results based on size. Link to docs..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants