Can the customer check the average cost per query in Timestream?

0

The customer would like to check the average cost per query in Timestream to be able to analyze and optimize their queries. Is there a way to do that?

AWS
Ra
asked 2 years ago709 views
2 Answers
0

Hi Ra,

I believe you want know the cost per query in Timestream to analyze and optimize queries. Queries are charged based on the amount of time-series data scanned by Amazon Timestream’s serverless distributed query engine while computing data for queries sent from your applications or from your configured scheduled queries, with a 10 MB minimum per query. A query costs $0.01 per GB scanned [1]. You can also you use AWS Cost Explorer to visualize, understand, and manage your AWS costs and usage over time [2].

[1] https://aws.amazon.com/timestream/pricing/

[2] https://aws.amazon.com/aws-cost-management/aws-cost-explorer/

Lwazi
answered 2 years ago
0

Query cost is calculated based on the data scanned by the query. There is no simple formula to calculate the average cost/query 'coz it all depends on how efficient the query is written, right data model and using right query predicates. WE have some sample query cost calculation listed on pricing section for your reference: https://aws.amazon.com/timestream/pricing/?nc=sn&loc=3

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions