Sha256: 4a9c2e5e5e925fc1628a41cc08dd213a44167b8909e388a352ece72549e6953e

Contents?: true

Size: 544 Bytes

Versions: 7

Compression:

Stored size: 544 Bytes

Contents

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pghero-1.2.2 app/views/pg_hero/home/index_usage.html.erb
pghero-1.2.1 app/views/pg_hero/home/index_usage.html.erb
pghero-1.2.0 app/views/pg_hero/home/index_usage.html.erb
pghero-1.1.4 app/views/pg_hero/home/index_usage.html.erb
pghero-1.1.3 app/views/pg_hero/home/index_usage.html.erb
pghero-1.1.2 app/views/pg_hero/home/index_usage.html.erb
pghero-1.1.1 app/views/pg_hero/home/index_usage.html.erb