awsdocs / amazon-redshift-developer-guide

This is the documentation for the Amazon Redshift Developer Guide
Other
121 stars 143 forks source link

description for stl_query.starttime is wrong #39

Closed ZacharyRSmith closed 1 year ago

ZacharyRSmith commented 4 years ago

It is "Time in UTC that the query started executing" but as seen by the below query, the time is actually before the query is put into a service class, let alone actually started executing:

select stl_query.starttime, stl_wlm_query.*
from stl_query
join stl_wlm_query
    using(query)
limit 1

Please change to "Time in UTC that the query started processing", "Time in UTC that the query was accepted", or be vague like other Redshift doc pages: "Time in UTC that the query started".

Similarly for endtime.

joshbean commented 1 year ago

Closing this issue or pull request in advance of archiving this repo. For more information about the decision to archive this repo (and others in the 'awsdocs' org), see the announcement on the AWS News Blog.