> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vortexiq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Largest Table (GB), Snowflake

> Largest Table (GB) for Snowflake accounts. Tracked live in Vortex IQ Nerve Centre. How to read it, why it matters, and how to act on it.

**Card class:** [Non-Hero](/nerve-centre/overview#card-classes-explained)  •  **Category:** [Capacity](/nerve-centre/connectors#connectors-by-type)

## At a glance

> The single biggest table in your account by total physical storage, reported in gigabytes. Storage in Snowflake is cost-anchored: the tables at the top of this list are the ones quietly driving your monthly storage bill, so knowing your number one is the first step to deciding what to prune, partition, or move to a cheaper retention policy. It is a live capacity signal for the platform team, not a performance metric.

## What it tracks

The card reads `SNOWFLAKE.ACCOUNT_USAGE.TABLE_STORAGE_METRICS` and surfaces the table with the highest total storage footprint. "Total" here means more than just live rows: Snowflake's `TABLE_STORAGE_METRICS` reports `ACTIVE_BYTES` (current data), `TIME_TRAVEL_BYTES`, `FAILSAFE_BYTES`, and `RETAINED_FOR_CLONE_BYTES`. A table can look small in row count yet sit at the top of this card because of a long Time Travel window or a heavy churn rate filling Fail-safe. The headline is shown in GB (`bytes / 1024^3`). Because top tables drive storage cost, this card is the natural entry point for a storage clean-up: high-churn staging tables, un-pruned event logs, and over-retained clones are the usual suspects. The time window is `RT`, refreshed on the standard cadence (note that `TABLE_STORAGE_METRICS` itself carries up to \~90 minutes of view latency in `ACCOUNT_USAGE`). There is no alert threshold on this card; it is informational, feeding capacity planning rather than paging anyone.

## Reconciling against the source

Confirm the figure in Snowflake by querying `SNOWFLAKE.ACCOUNT_USAGE.TABLE_STORAGE_METRICS` ordered by `ACTIVE_BYTES + TIME_TRAVEL_BYTES + FAILSAFE_BYTES + RETAINED_FOR_CLONE_BYTES` descending, or browse **Snowsight → Admin → Cost Management → Consumption → Storage**. Minor differences come from `ACCOUNT_USAGE` latency (up to \~90 minutes) and from whether Time Travel and Fail-safe bytes are included; this card counts the full physical footprint, not just live data. For the account-wide total, pair with [Storage Used (TB)](/nerve-centre/kpi-cards/snowflake/storage-used-tb).

***

### Tracked live in Vortex IQ Nerve Centre

*Largest Table (GB)* is one of hundreds of KPI pulses Vortex IQ tracks across Snowflake and 70+ other ecommerce connectors. Nerve Centre runs the detection layer; Vortex Mind investigates the cause when something moves; Ask Viq lets you interrogate any number in plain English.

[Start for free](https://app.vortexiq.ai/login) or [book a demo](https://www.vortexiq.ai/contact-us) to see this metric running on your own data.
