0 votes
in Google BigQuery by
How does data compression works in BigQuery ?

1 Answer

0 votes
by

All the data is compressed by default in BigQuery. BigQuery chooses the best compression algorithm and its not configurable by the end users. NOTE: Even though Google stores the data in compressed format internally, it charges the users for uncompressed size of data. (For both storage and compute)

...