[Question posted by a user on YugabyteDB Community Slack]
I want to someone remove my confusion, please correct me If I am wrong: I have 3 nodes (3 tables) Table structure:
ID (Hash of Account/Site/TS)
Account
Site
Timestamp
I have pattern of accounts inside multiple sites. Should I partition by account
is it better by site
? (Small partition size is better / Large partition size is better).
Read happens by all three columns. Which is a better choice of partition?