Viewing profile — nsanch
nsanch
HN member- Joined
- Tue, Oct 26, 2010, 6:15 PM UTC
- HN karma
- 26
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About nsanch
No profile information was provided.
Recent public activity
-
comment
Comment #4704444
I ask, "what's the best thing and the worst thing about your job?" Someone asked me that once, and I thought it was a great question, so I stole it.
-
comment
Comment #4076200
Disagree. The point of this article as I understood it was not to provide short advice, but to provide a comprehensive explanation of the problem and why the 3 listed solutions are…
-
comment
Comment #4074466
Why can't the hosted service use an "encrypted file in the cloud" as its implementation? As long as it requires client-side code to do the decryption, the key stays in your head al…
-
comment
Comment #4067082
[1] looks like an example where the data didn't fit in RAM. Mongo works best when data fits in RAM or if you use SSD's. Yes, it's sub-optimal. [2] is from a year and a half ago. It…
-
comment
Comment #4066559
I disagree that sharding can ever be a trivial problem if you're going to try to tackle moving data between shards while staying online. I'm not saying it's impossible, just that i…
-
comment
Comment #4066310
An example is stack overflow. They've been able to scale up instead of scaling out. http://highscalability.com/blog/2009/8/5/stack-overflow-arch... is the link I can find right now…
-
comment
Comment #4066301
My definition of seriousness includes some relatively large scale. Your definition of seriousness appears to mean any site that is important to the person or business running it. I…
-
comment
Comment #4065461
Sorry, those were meant to be examples, not an exhaustive list.
-
comment
Comment #4065124
Good point.
-
comment
Comment #4065122
Fair, my statement was overly broad. Sites that are read-only or store blob data in something like S3 can often avoid sharding for quite a while and rely on machines to just get bi…
-
comment
Comment #4065035
I don't know if it's the _most_ important feature, but I wouldn't build a serious site on top of anything that didn't have some sort of built-in sharding story. With postgres you h…
-
comment
Comment #4064889
Unless he's planning to build sharding on postgres too, I think he's missing the point.
-
comment
Comment #4049138
The implication is that the Great Firewall will see a GET for google.com/search?q=[any of those characters] (or equivalent) and not let you get to google for a minute afterward.