|
|
|
|
|
by jayd16
1730 days ago
|
|
I understand the desire, but why were db users with rights for specific tables or separate databases not enough separation for your interim testing. What did the virtual partitioning add that those other techniques could not provide? |
|
If we used separate db users as you're suggesting, any query that we didn't catch beforehand (e.g. via our CI builds) would cause noticeable problems for our users, which is something that we want to avoid.
Additionally, switching to a separate user account would require holding open twice the amount of connections to each database server (old db user plus new db user), which probably would be fine but is still a lot of additional connections at our scale.