{% extends "../../xhrm.html" %} {% block content %}
{% for ind in hypoplan.indexes %}
{{ind.ddl}}
{% end %}
{% else %}
None of the indexes would be used !
{% end %}
EXPLAIN plan without suggested indexes:
{{ hypoplan.baseplan }}
EXPLAIN plan with suggested index
{{ hypoplan.hypoplan }}
Query cost gain factor with hypothetical index: {{ hypoplan.gain_percent }} %