Viewing profile — skjhn
skjhn
HN member- Joined
- Wed, Oct 09, 2013, 9:16 PM UTC
- HN karma
- 102
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About skjhn
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #12254788
MongoDB returns inconsistent query results. Couchbase avoids this problem with skip lists and snapshots.
- story
-
comment
Comment #11975297
Sort of. One of the requirements was replication. The databases had to replicate every document so that it was stored on two different nodes. This ensures availability. The only wa…
-
comment
Comment #11974939
"Did they test against a single MongoDB server or cluster?" Couchbase: 9 nodes on 9 AWS instances (1 node per instance). MongoDB: 18 nodes on 9 AWS instances (1 primary and 1 secon…
- story
-
comment
Comment #11858409
At least you get SQL and JOINs with Couchbase.
-
comment
Comment #11112358
There are a handful of databases that implement map-reduce one way or another - CouchDB, Couchbase, and MongoDB off the top of my head. Views might be a CouchDB/Couchbase concept, …
-
comment
Comment #11111626
I'm not sure about the format, but it's compressed.
-
comment
Comment #11111520
Let's see if I can help here. A lot people like async map-reduce. If you need to perform aggregation on a lot of data, its constantly growing, and you need the results to be curren…
- story
-
comment
Comment #9646146
TLDR - MongoDB is faster than any other NoSQL database in a benchmark published without any configuration. The results can't be reproduced let alone validated. However, in a benchm…
- story
- story
- comment
-
comment
Comment #9303642
Good catch. Fixed.
-
comment
Comment #9303512
TLDR: MongoDB benchmarked Couchbase Server by having it perform CAS operations (read + update) while MongoDB performed basic operations (update), they used an outdated client libra…
- story
- story
-
comment
Comment #9234663
It compares 9 nodes of Couchbase Server to 9 nodes of MongoDB. Couchbase Server reads and writes to every node, but MongoDB only reads and writes to primary nodes. That's the probl…
-
comment
Comment #9234471
That may be true, but they both have document models and Couchbase Server will have a complete query language based on SQL, secondary indexes, and support for joins. http://docs.co…
- story
- story
-
comment
Comment #8705767
I think it's safe to say both mobile and IoT network access is anything but reliable. Not sure if is another solution besides an embedded database with automatic sync.