Viewing profile — jeremiahjordan
jeremiahjordan
HN member- Joined
- Fri, Jan 18, 2013, 5:35 PM UTC
- HN karma
- 106
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About jeremiahjordan
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #7138904
This is an interesting use of the HyperLogLog algorithm. And yay for less RAM overhead.
-
comment
Comment #6334616
They are atomic, they are not isolated. Those are two different properties. The "A" vs the "I" in ACID. http://en.wikipedia.org/wiki/ACID Edit: Actually, they are isolated in the s…
-
comment
Comment #6170454
"Minutes" is not "unaffected" if your site is now down.
-
comment
Comment #5966860
This is the reason our company creates their own packages and runs our own repositories.
-
comment
Comment #5652789
But that isn't W=1
-
comment
Comment #5652707
even if switch failures are rarer, couch at W=1 will silently drop data for network partition, dynamo at W=2 won't, how is the comparison at the end valid?