How to best leverage Capacitor introduction besides just performance improvement?

Viewed 156

Below quote is from Google BigQuery cuts historical data storage cost in half and accelerates many queries by 10x

Among the many improvements, Capacitor is able to operate directly on compressed data, rather than the traditional method of decompressing the data first. This vastly increases efficiency of data processing

Will this change pricing to be based on compressed data vs. uncompressed?

From what I remember, uncompressing data stored in bigquery - was the main reason for charging based on uncompressed size. If now this phase eliminated - will price approach be changed?

1 Answers
Related