Hacker News new | ask | show | jobs
by iamaleksey 4675 days ago
Performance, mostly. To read both the email and the phone you'll have to make two requests (or a single multiget). The keys have a good chance of belonging to different replicas, too, and even if they don't, you are still going to have 2x disk reads.
1 comments

You're also giving up atomicity on writes when you actually do want to update multiple fields at once.