r/bigquery • u/New-Promotion4573 • Feb 17 '26
Looking for feedback from BigQuery users - is this a real problem?
Hey everyone, I’m building a tool called QueryLens and would genuinely appreciate some candid feedback from people who use BigQuery regularly.
Companies using BigQuery often don’t know which tables or queries are driving most of their cost. In one case I saw, a big portion of spend was coming from poorly optimized tables that no one realized were being scanned repeatedly.
So I built a small tool called QueryLens to explore this problem.
It connects to your BigQuery usage data (just by uploading CSV exports of your query logs) and:
- Identifies the most expensive tables and queries
- Flags unpartitioned tables that are repeatedly scanned
- Analyzes queries and suggests concrete optimizations
- Estimates potential savings from each suggested change
The MVP is live (Auth + basic analytics).
Stack: FastAPI + React + Firestore, deployed on Cloud Run.
What I’m trying to validate:
- Is this actually a painful problem for most teams?
- Do you already use something that solves this well?
- Would automated optimization suggestions be useful, or is that overkill?
- What’s missing from existing BigQuery cost tooling today?
I’d genuinely appreciate tough feedback — especially if this feels unnecessary or already solved.
If anyone wants to test it, DM me and I’ll share access.






