Live data from Hacker News

Viewing profile — sorkin2

sorkin2

HN member
Joined
Wed, Sep 14, 2016, 10:44 PM UTC
HN karma
19
Public activity
11 items

About sorkin2

No profile information was provided.

Recent public activity

  1. comment
    Comment #14988160

    While admittedly this could be seen as a mistake in SQL, you can differentiate by looking at whether b.id is NULL or not.

  2. comment
    Comment #14988151

    That's a "cure" worse than the disease.

  3. comment
    Comment #14887586

    What kind of official support?

  4. comment
  5. comment
    Comment #14731186

    The same way the new built-in logical replication works: logical decoding.

  6. comment
    Comment #14714691

    Really hasn't been in years. I've not even heard of anyone using it in over a year. But I mostly speak with people who stream video games.

  7. comment
    Comment #14545832

    > One kind of significant downside of partial indexes in PostgreSQL is that they don't work with parameters. Your example is fundamentally different from parameters sent by a clien…

  8. comment
    Comment #14071199

    > Changing from master to replica is easy, but now you have to rebuild that original master off of the former replica now. Completely start over. You can't just start up again from…

  9. comment
    Comment #13561575

    > They maintained a replication process across both tables as they updated the read processes before updating the write process. Say for whatever reason their offline replication p…

  10. comment
    Comment #13035995

    This kind of nannying can be really expensive to do correctly when trying to build high performance systems -- to the point where it doesn't make sense to punish everyone just beca…

  11. comment
    Comment #12501851

    Hmm.. So was there a workflow where I could say "I'd like for this not to be pushed until I've approved it", even if the patch is assigned to be reviewed by someone else? Of course…