Skip to content

Instantly share code, notes, and snippets.

@onpaws
Created August 11, 2020 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onpaws/972d020a13ea8c7a68b223aeda4e77d1 to your computer and use it in GitHub Desktop.
Save onpaws/972d020a13ea8c7a68b223aeda4e77d1 to your computer and use it in GitHub Desktop.
postgres-as-nosql

https://news.ycombinator.com/item?id=24117607

These days you can even just tune pgsql to support kv store formats And you can turn off fsync! Though if you do, disable synchronous_commit instead for most of the performance but none of the potential data corruption (you're still risking data loss, of course, just not corruption).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment