Skip to content

Conversation

@kevinschaper
Copy link
Contributor

@kevinschaper kevinschaper commented Dec 9, 2025

Summary

  • Filter release trends queries to only include major releases (x.y.0), the benchmark version, and the current release version
  • Reduces the number of versions scanned from 61 to ~10
  • Estimated ~84% reduction in BigQuery bytes processed for key node queries that are per-release, based on linear scaling assumption

Test plan

  • Verified script generates SQL with only 10 versions instead of 61
  • Confirmed generated SQL file reduced from 3326 lines to 551 lines
  • Verify dashboard builds successfully and visualizations look correct

🤖 Generated with Claude Code

Filter release trends queries to only include major releases (x.y.0),
the benchmark version, and the current release version. This reduces
the number of versions scanned from 61 to ~10, providing an estimated
~84% reduction in BigQuery bytes processed (~260 GB savings per query).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@kevinschaper
Copy link
Contributor Author

Alzheimer Disease
Screenshot 2025-12-09 at 12 59 31 PM
Castelman Disease:
Screenshot 2025-12-09 at 12 59 48 PM

Looks fine!

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2026

This pull request has been automatically marked as stale because it has had no activity in the last 14 days.

If this PR is still relevant:

  • Please update it to the latest main/master branch
  • Address any existing review comments
  • Leave a comment to keep it open

Otherwise, it will be closed in 2 weeks if no further activity occurs.

@github-actions github-actions bot added the stale label Jan 2, 2026
Copy link
Collaborator

@JacquesVergine JacquesVergine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work thanks Kevin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants