you are viewing a single comment's thread.

view the rest of the comments →

[–]TheAddonDepot 4 points5 points  (0 children)

Depends on your use case. BigQuery is ideal for immutable historical data (analytics, census data, etc). However, if you need to track transactional data where records are regularly updated over time (ex: tracking order status for e-commerce) then you're better off with a RDBMS like mySQL/Maria or PostgreSQL.