Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When designing a Bigtable schema with several groups of columns that are frequently used together, how should you organize these groups to optimize read performance according to Google Cloud's best practices?
A
Define a separate row key for each group.
B
Create secondary indexes that include all columns in a group, one for each group.
C
Place each group of related columns in a separate table.
D
Group related columns into a column family within a single table.