Hacker News new | ask | show | jobs
Ask HN: DB Arch, partitions in a relational model or norelational?
2 points by alejandrogm 3548 days ago
Hi there!

We have several stores in a system with their respective customers. So, we want each of the stores to be in different tables. Is it good to use a no-relational way like customers.store1, customers.store2, etc...? Or what is the best way to do this?

Thanks in advance!