|
|
|
|
|
by mschuster91
273 days ago
|
|
alternatively, why not use database views? That way you can make sure that customers can only see their own data. Permissions can be handled with normal database users by only granting them SELECT rights on the views. If you're afraid of users tanking performance, read replicas. As instantaneous as it gets, and no customer can tank others. |
|