{# Spec 151 - table-level layout recommendations index. One row per qualifying table from the latest scan. Replaces the spec-148 per-opportunity card surface; the opportunity detail page now shows a chip linking to /recommendations/layout/
| Table | Current | Recommended partition | Recommended cluster | Window cost | Jobs |
|---|---|---|---|---|---|
|
{{ rec.table_full_name }}
{{ rec.table_total_bytes | format_bytes }}
|
{% if rec.is_currently_partitioned %} partitioned {% else %} unpartitioned {% endif %} | {% if rec.recommended_partition_column %} {{ rec.recommended_partition_column }} {% else %} - {% endif %} |
{% if rec.cluster_picks %}
{% for col in rec.cluster_picks %}
{{ col }}
{% endfor %}
{% else %}
-
{% endif %}
|
{{ rec.table_total_cost_in_window_usd | format_usd }} | {{ rec.contributing_job_count }} |