Live data from Hacker News

Viewing profile — rnewson

rnewson

HN member
Joined
Tue, Feb 08, 2011, 9:32 AM UTC
HN karma
37
Public activity
7 items

About rnewson

No profile information was provided.

Recent public activity

  1. comment
    Comment #3058897

    CouchDB did not merge with membase. You are thinking of Couch One, the company. CouchDB remains an Apache project.

  2. 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…

  3. comment
    Comment #2869341

    And BigCouch has sharding too (edited to add: for data and views)

  4. 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.

  5. 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…

  6. 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…

  7. 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 …