Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your table is often filtered by user_id and session_id, which are highly correlated. What is the best practice according to the doc?
A
Use both user_id and session_id as clustering keys.
B
Use only user_id as a clustering key.
C
Use only session_id as a clustering key.
D
Use neither.