Skip to content

avoid using DynamoDB Scan function to list most recent Pastes of a user #47

@socraticDevBlog

Description

@socraticDevBlog

dynamodb scans read every items in the table

when the table is large, it will consume more resource than we want

alternate ways of reading items in table are possible and should be used (index and ...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions