Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Despite designing a row key with a UUID prefix to prevent hot-spotting in your Bigtable clusters, you're experiencing unexpected hot-spotting during data writes. What might be the underlying issue?
A
The row key column's name is excessively long.
B
Incorrect configuration of column families.
C
Write operations are being slowed down by secondary indexes.
D
The UUID type selected generates sequentially ordered strings.