Questions tagged [amazon-timestream]

Use this tag for questions about Amazon Timestream, a fully managed time series database service.

153 questions
0
votes
3 answers

How to setup amazon timestream in php?

I have found the documentation for it here. I have PHP SDK installed. Now when I go through the documents there is not so much in detail about the PHP one. I have the following questions: Here how can I specify the $client $result =…
0
votes
1 answer

AWS Timestream: Problems with function : ANY. Either the function does not exist, or there is a problem with a dependent function

I'm trying queries with ANY(), SOME() and ALL(), as per https://docs.aws.amazon.com/timestream/latest/developerguide/comparison-functions.all-any-some.html along the lines of SELECT * FROM "mytable"."temperature" WHERE device_name <> ANY('Foo',…
dwery
  • 1,128
  • 10
  • 20
-2
votes
1 answer

DynamoDB alternatives in terms of pricing? (Only pay what you use)

What are other cloud-based, serverless, managed databases that have a pricing system similar to DynamoDB? I'm specifically talking about the On-Demand mode of DynamoDB By similar I mean, being able to pay per requests and per GB/Month or similar,…
Mojimi
  • 2,561
  • 9
  • 52
  • 116
1 2 3
10
11