Sha256: ac9d480140f55e3fb7924acfaa0ad8adb3c690c55ada0d291480deaf10f0b01a

Contents?: true

Size: 544 Bytes

Versions: 3

Compression:

Stored size: 544 Bytes

Contents

<div class="content">
  <h1>Index Usage</h1>

  <table class="table">
    <thead>
      <tr>
        <th>Table</th>
        <th>% of Time Index Used</th>
        <th>Rows</th>
      </tr>
    </thead>
    <tbody>
      <% @index_usage.each do |query| %>
        <tr>
          <td><%= query["table"] %></td>
          <td style="width: 30%;"><%= query["percent_of_times_index_used"] %></td>
          <td style="width: 20%;"><%= number_with_delimiter(query["rows_in_table"]) %></td>
        </tr>
      <% end %>
    </tbody>
  </table>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pghero-1.1.0 app/views/pg_hero/home/index_usage.html.erb
pghero-1.0.1 app/views/pg_hero/home/index_usage.html.erb
pghero-1.0.0 app/views/pg_hero/home/index_usage.html.erb