Answer the question
In order to leave comments, you need to log in
In what cases is it desirable to separate data into separate databases?
For example, is it advisable to take out users (Accounts -> Users) separately, and the forum (Forums -> Themes, Forums -> Posts) also separately?
Can eat what literature good on the organization of databases?
Answer the question
In order to leave comments, you need to log in
It is advisable if you want to divide geographically or organizationally - in terms of security, for example. In all other cases, it is not necessary. Postgres scales vertically in terms of load by spreading tables across independent storage devices using tablespaces.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question