数据库查询分析(Explain)

<% colspan = @explanation ? @explanation.length : 1 %> <% if @sql %> <% end %> <% if @obfuscated_sql %> <% end %>
查询 >
<%= line_wrap_sql(@sql) %>
Obfuscated Query >
<%= line_wrap_sql(@obfuscated_sql) %>
耗时 > <%= with_delimiter(to_ms(@segment.duration)) %>ms

<% if @explanation %> <%= render :partial => 'explain_plans' %> <% end %>

<%= render_backtrace %>