GoogleCloudPlatform / GoogleCloudPlatform/bigquery-utils
Add Script for On Demand vs. Reservation Analysis
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 1.3k
- Forks
- 337
- PR merge metrics
- No merged PRs in 30d
Description
Some workloads are more cost efficient in one model or the other.
- Analyzing on-demand -> reservation can be calculated by (tb_billed * on_demand_rate). Comparing this value to purely autoscaling can be safe indication that the project will be cheaper in reservation model.
- Analyzing reservation -> on-demand is more complex because it must analyze the current baseline + autoscaling setup and compare it to on-demand cost.
Add one script or separate scripts that compare the models and provide ddl across an organization
Contributor guide
Assessment
This issue has not been assessed yet.