确定具有嵌套循环的查询 - Amazon Redshift
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

确定具有嵌套循环的查询

以下查询标识已为嵌套循环记录提示事件的查询。有关如何修复嵌套循环条件的信息,请参阅嵌套循环

select query, trim(querytxt) as SQL, starttime from stl_query where query in ( select distinct query from stl_alert_event_log where event like 'Nested Loop Join in the query plan%') order by starttime desc;