79116264

Date: 2024-10-23 02:37:58
Score: 2.5
Natty:
Report link

This is a textbook preaggregation. Write your votes into an append-only table and use Dynamo streams (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html) to update pre-aggregated stats in a different table. Make sure you track timestamp and pk of the last processed event in case the process needs to be restarted.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: the_alex