{{ last_refreshed.strftime("%Y-%m-%d %H:%M:%S UTC") }}
{% if counts_mode == "counts" %}
• Counts mode: Include row counts (expensive)
{% else %}
• Counts mode: Placement only (fast)
{% endif %}
🔥 hot shard = ≥50% of rows or ≥2× expected share
Select a database, schema, and table/index to view tablet placement.
{% else %}
Selected:
{{ selected_db }} /
{{ selected_schema }} /
{{ selected_table }}
{% if leaders_only %}
• Leaders only
{% endif %}
{{ error }}
{{ node.host }} •
port: {{ node.port }} •
uuid: {{ node.uuid }} •
type: {{ node.node_type }}
| tablet_id | hash_start | hash_end | role | tablet_row_count | % of table |
|---|---|---|---|---|---|
{% if t.is_hot %}
🔥
{% endif %}
{{ t.tablet_id }}
|
{{ t.hash_start }} |
{{ t.hash_end }} |
{% if t.is_leader %} Leader {% else %} Follower {% endif %} | {% if counts_mode == "counts" %} {{ t.row_count }} {% else %} — {% endif %} | {% if counts_mode == "counts" %} {{ t.pct_of_table }} {% else %} — {% endif %} |
No tablet placement rows returned.
{% endif %} {% endif %} {% endif %}