Add all the items for an attribute in DynamoDb to ElasticCache or Aws memory db for fast lookup

51 Views Asked by At

I would appreciate some insights if this is a good/bad design choice.

I have a Dynamodb with an attribute of which all of which have to be fetched for an access pattern.

Instead of doing a parallel scan, would it be OK to write through in elastic cache(Redis set) so that it can looked up instantly?

0

There are 0 best solutions below