Usage

This page provides information about usage tracking and monitoring in Euno.

Snowflake Usage

The Snowflake usage feature provides a comprehensive per-table view of Snowflake activity across three key dimensions: reads, writes, and storage. This enables users to understand the operational footprint of each table over time.

Time Granularities

Usage data is available in three time windows:

  • 14 days

  • 30 days

  • 60 days

Usage Categories

1. Table Read

  • Total number of SELECT queries

  • Cumulative query runtime (in hours/minutes)

  • Total compute credits consumed (if available)

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

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

3. Estimated Storage

  • Current table volume (compressed GB/TB)

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

Tableau Usage

For information about Tableau usage tracking and monitoring, please refer to the following resources:

Last updated