8 ms·
Turning off synchronous_commit gets you most of the way without ever worrying about data corruption if something crashes mid way through. https://www.postgresq
by koolba 2mo ago
Turning off synchronous_commit gets you most of the way without ever worrying about data corruption if something crashes mid way through.
https://www.postgresql.org/docs/current/wal-async-commit.html https://www.postgresql.org/docs/current/wal-async-commit.htm...