Viewing profile — rnewson
rnewson
HN member- Joined
- Tue, Feb 08, 2011, 9:32 AM UTC
- HN karma
- 37
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About rnewson
No profile information was provided.
Recent public activity
-
comment
Comment #3058897
CouchDB did not merge with membase. You are thinking of Couch One, the company. CouchDB remains an Apache project.
-
comment
Comment #2871907
atomicity doesn't mean, or imply, instantaneous. However, a document update in CouchDB is fully ACID (including the A of Atomicity). People often confuse transactions around multip…
-
comment
Comment #2869341
And BigCouch has sharding too (edited to add: for data and views)
-
comment
Comment #2869283
For my part (and I'm biased) a database that doesn't consider durability paramount shouldn't be considered a database at all.
-
comment
Comment #2298273
My counterpoint is that Cloudant test and harden the CouchDB that we embed, it's not, for various reasons, a verbatim copy of CouchDB itself. That said, vanilla CouchDB is quite st…
-
comment
Comment #2297785
Describing Bigcouch as a bit of hack while admitting you've not used it seems a little unfair. That said, it's very valuable to hear how other people see our product. Without doing…
-
comment
Comment #2297642
There are several reasons for CouchDB's use of a single, strictly append-only file, but the b-tree is not one of them. In fact, it's one of CouchDB's most clever tricks to store a …