Snowflake Usage Data

Table Activities in Euno

For resources of type table and for supported sources (currently only Snowflake), Euno displays key usage and cost insights derived from Snowflake’s query history, if made available to Euno (see the Snowflake configuration section for details).

Usage Categories

1. Table Read

  • Total number of SELECT queries

  • Cumulative query runtime (in hours/minutes)

  • Total read credits consumed (if available)

  • Estimated $ cost (if credits are mappable to $)

list of read properties

2. Table Write

  • Total number of DML queries (INSERT, UPDATE, DELETE, MERGE)

  • Total number of materialized view refresh operations triggered by this table

  • Cumulative write-related runtime

  • Total compute credits consumed (if available)

  • Estimated $ cost

list of write properties

3. Estimated Storage

  • Current table volume (compressed GB/TB)

  • Projected storage cost for the selected time window (based on volume × $/TB/month rate)

list of storage properties

Usage & Optimization Section on the side panel: Table Activities

Last updated