Viewing profile — ledjon
ledjon
HN member- Joined
- Tue, Jul 26, 2016, 5:00 PM UTC
- HN karma
- 274
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About ledjon
No profile information was provided.
Recent public activity
- story
-
comment
Comment #31359075
1000% agreed
-
comment
Comment #17012390
I think the real rub here is that the developer of the website doesn’t know if Autoplay is going to work or not. From what i read on this the site doesn’t not get access to any inf…
-
comment
Comment #14388385
I'm not saying you need to do all "best practices" blindly but if insert speed is your problem (at a high level) batching is the very first thing to explore. Without any specific n…
-
comment
Comment #14387261
I'm a little disappointed the answer was "batch inserts" This is write performance optimization 101. I bet you are getting wins in way more places in the pipeline than the evaluati…
-
comment
Comment #12167149
I would argue that most of these Postgres "flaws" are actually advantages over MySQL when you look at them holistically rather than the very specific Uber use-case. Postgres's MVCC…