Run optimizations using a notebook
Use a notebook example to apply recommendations across all your datasets.
Masthead collects and analyzes BigQuery resource metadata and usage logs to estimate the cost for the data assets and shows the recommendations to optimize the spending.

Storage Cost Insights page shows the details of the aggregated estimated metrics per dataset:
Masthead analyses each of these parameters and offers a set of recommendations optimizing the total storage bill.
BigQuery provides different storage billing models (Logical and Physical) that offer the flexibility in selecting the costs based on the data properties and operation patterns. Masthead analyzes the datasets metadata and the storage usage to estimate the optimal cost for each billing model.
Google Cloud Billing calculates the storage cost in the following way:
active_logical_storage_size * active_logical_storage_price + long_term_logical_storage_size * long_term_logical_storage_price(active_physical_storage_size + time_travel_physical_storage_size + fail_safe_physical_storage_size) * active_physical_storage_price + long_term_physical_storage_size * long_term_physical_storage_priceMasthead analyses your data storage usage retrospectively, and with the information about alternative costs of each of the billing model creates a recommendation for the opportunities where the switch will provide consistent and confident saving outcome.
The dataset configuration can be adjusted by running DDL statement:
ALTER SCHEMA PROJECT.DATASET SET OPTIONS( storage_billing_model = LOGICAL or PHYSICAL);Run optimizations using a notebook
Use a notebook example to apply recommendations across all your datasets.
By analyzing BigQuery lineage end-to-end Masthead identifies the tables that are being regularly updated, but have no downstream consumption.
The Dead-end label can be applied to the following resources:
You can explore complete lineage with Dead-end labels by opening a Lineage page for a corresponding table or pipeline.
Run optimizations using a notebook
Use a notebook example to apply recommendations across all your tables.
Dead-end (the complete list is available on the Dictionary page),Masthead helps you to track the costs related to the data assets that are not being actively used by labeling such tables as Unused . Based on your lineage these tables don’t have upstream or downstream consumption during last 30 days (default period).
Unused (the complete list is available on the Dictionary page),