home.social

#timestream — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #timestream, aggregated by home.social.

  1. Amazon Timestream as part of an IoT system - is it worth it?

    Have you used AWS Timestream to store telemetry messages from connected devices? What are the benefits and challenges of that solution?

    👉 Please share your thoughts in the comments!

  2. I looked into #AWS #Timestream Scheduled Queries tonight, for improving the performance of a small internal project which tracks sports activities within the company, and the difference between a regular Time stream Query and a scheduled one is just that: it's puts the result in a regular table, on a schedule. The querying is still slow, it then just runs against less data. However it does not improve the speed to the extent I need.
    So caching everything in DynamoDB is the right fix for this.