Skip to content

performance could be improved #73

Open
@danielhochman

Description

@danielhochman

Potential performance improvements:

  • stop using OrderedDicts for model attributes
  • circumvent boto's request parsing e.g. use boto to prepare request only #72
  • use ujson to parse request bodies and for attribute (de)serialization
  • enable gzip compression for requests to DynamoDB API
  • allow custom ProjectionExpression in query api to only pull relevant attributes
  • use ProjectionExpression to only select attributes that exist in model

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions