Y
Y
Yoshinon Eared2018-06-27 16:29:59
PostgreSQL
Yoshinon Eared, 2018-06-27 16:29:59

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

1 answer(s)
K
ky0, 2018-06-27
@Aquinary

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 question

Ask a Question

731 491 924 answers to any question