PostgreSQL Asynchronous Commit that can be used in a similar way to Mongo's j: false; significantly speeding up writes, at the risk of losing most recent data modifications: https://www.postgresql.org/docs/current/wal-async-commit.html. There also are Unlogged Tables, with changes not written to the WAL (Write Ahead Log): https://www.crunchydata.com/blog/postgresl-unlogged-tables
especially if you want to parse real-world programs such as those,详情可参考heLLoword翻译官方下载
Subscribe to unlock this article。PDF资料对此有专业解读
Clearly, there was an appetite for something better – and people were willing to help build it.