Which is the preferred method to use to avoid hotspotting in time series data in Bigtable?
By default, prefer field promotion. Field promotion avoids hotspotting in almost all cases, and it tends to make it easier to design a row key that facilitates queries.
Currently there are no comments in this discussion, be the first to comment!