Hacker News new | ask | show | jobs
Should we use partitions in a relational model or definitely a norelational way?
1 points by alejandrogm 3547 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!