> On the other hand, if you check Postgres’ configuration file, most of the parameters are straightforward and tradeoffs not so hard to spot.
The artcile also refer to MongoDB as hard to config
It maybe a matter of taste. I found MongoDB document is way better than Postgres. They had thing like this:
The artcile also refer to MongoDB as hard to config It maybe a matter of taste. I found MongoDB document is way better than Postgres. They had thing like this:
https://docs.mongodb.com/manual/administration/production-ch... https://docs.mongodb.com/manual/administration/analyzing-mon...
Which I can easily follow and apply and they are action-able like set noatime on fstab, use XFS, max file handler etc.
For Postgres https://www.postgresql.org/docs/12/index.html I cannot easily find something similar to MongoDB one.