# BigQuery Usage Data

## Table Activities in Euno

For resources of type table, and for supported sources (currently BigQuery), Euno displays key usage insights derived from BigQuery's query history and metadata, when made available to Euno (see the [BigQuery](/sources/data-warehouses/bigquery-integration.md) configuration section for details).

#### Usage Categories

**1. Table Read**

* Total number of `SELECT` queries referencing the table
* Cumulative query runtime (in hours/minutes)
* Total bytes processed from the table

[list of read properties](/sources/data-warehouses/bigquery-integration/bigquery-integration-discovered-resources.md#read-properties)

**2. Table Write**

* Total number of DML queries (`INSERT`, `UPDATE`, `DELETE`, `MERGE`)
* Total number of materialized view or derived table refresh operations involving this table
* Cumulative write-related runtime

[list of write properties](/sources/data-warehouses/bigquery-integration/bigquery-integration-discovered-resources.md#write-properties)

**3. Estimated Storage**

* Current table volume (compressed GB/TB)
* Table row count

[list of storage properties](/sources/data-warehouses/bigquery-integration/bigquery-integration-discovered-resources.md#storage-properties)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.euno.ai/using-euno/usage-optimization/snowflake-usage-data-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
