Viewing profile — sorkin2
sorkin2
HN member- Joined
- Wed, Sep 14, 2016, 10:44 PM UTC
- HN karma
- 19
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About sorkin2
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #14988151
That's a "cure" worse than the disease.
-
comment
Comment #14887586
What kind of official support?
-
comment
Comment #14732583
Tough.
-
comment
Comment #14731186
The same way the new built-in logical replication works: logical decoding.
-
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.
-
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…
-
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…
-
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…
-
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…
-
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…