Hacker News new | ask | show | jobs
by pietherr 2114 days ago
You shard for load distribution. If data isolation is #1 priority, use separate tables, schemas, database instances.
1 comments

Separate disks, separate machines hell even separate networks, proper data isolation can be super expensive to do right.