You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-timestream-query): This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs.
* <p> You can use this API to run a scheduled query manually. </p>
33
+
* <p>If you enabled <code>QueryInsights</code>, this API also returns insights and metrics related to the query that you executed as part of an Amazon SNS notification. <code>QueryInsights</code> helps with performance tuning of your query.</p>
33
34
* @example
34
35
* Use a bare-bones client and the command you need to make an API call.
* <code>Query</code> is a synchronous operation that enables you to run a query against
34
-
* your Amazon Timestream data. <code>Query</code> will time out after 60 seconds.
34
+
* your Amazon Timestream data.</p>
35
+
* <p>If you enabled <code>QueryInsights</code>, this API also returns insights and metrics related to the query that you executed. <code>QueryInsights</code> helps with performance tuning of your query.</p>
36
+
* <note>
37
+
* <p>The maximum number of <code>Query</code> API requests you're allowed to make with <code>QueryInsights</code> enabled is 1 query per second (QPS). If you exceed this query rate, it might result in throttling.</p>
38
+
* </note>
39
+
* <p>
40
+
* <code>Query</code> will time out after 60 seconds.
35
41
* You must update the default timeout in the SDK to support a timeout of 60 seconds. See
36
42
* the <a href="https://docs.aws.amazon.com/timestream/latest/developerguide/code-samples.run-query.html">code
0 commit comments