Understanding conflict resolution and avoidance in PostgreSQL: a complete guide(pgedge.com)
pgedge.com
Understanding conflict resolution and avoidance in PostgreSQL: a complete guide
https://www.pgedge.com/blog/living-on-the-edge
8 comments
Aside: Please for the love of God do not force emails to be unique and also require separate accounts per person (especially if you previously did not). This causes no end of irritation for elderly couples who only use a family email, and they WILL switch to your competitors (and I will help them do so) if yours gets in the way of them sharing like they always used to.
See also https://beesbuzz.biz/code/439-Falsehoods-programmers-believe...
See also https://beesbuzz.biz/code/439-Falsehoods-programmers-believe...
For some reason your link didn't work, showed bees buzzing with 403. I think this is the link you wanted: https://beesbuzz.biz/code/439-Falsehoods-programmers-believe...
That URL is exactly the same, but HN is truncating the link text in both cases ...
You need a / at the end of the URL
https://www.mjt.me.uk/posts/falsehoods-programmers-believe-a...
https://www.mjt.me.uk/posts/falsehoods-programmers-believe-a...
Nope.
Turns out it's explicitly rejecting HN:
Turns out it's explicitly rejecting HN:
Exception information Forbidden: lol @ "hacker" "news"Hmm, works for me (but maybe that's my uBlock or PrivacyBadger)
This is an extreme corner case that I had never considered. Thank you.
Best points are this summary near the end. IMO it's better to also allow for slower writes doing something simpler than trying to complex distributed stuff just so writes are quick. Users seem to have pretty long tolerance for something they understand as a write taking even many seconds.