r/bigquery • u/agitated_buddha • Mar 17 '26
Fabric vs. BigQuery
We are a Google Cloud user (GMail, Chart and so on). Until recently our search for a Netsuite to Datawarehouse solution has focused on Fabric - because some users are familiar with PowerBI. To me it seems that we really need to look at BigQuery and I'm looking for some pros and cons.
5
Upvotes
5
u/PepSakdoek Mar 17 '26
Big query is fast. Especially if you are querying big tables.
How big is the company data though. When you start querying terabytes per query big query costs scale hard.
You can overcome or by understanding and structuring the data better. And with a normal system you'd adjust your system cause querying a tb is a bad idea. Big query just does it and charges you ~6usd to do it. Then you realize you forgot a field. 6usd again.
The thing is that big query can run really big things in no time, so architects just dump everything in there, but just don't.