Viewing profile — arkham
arkham
HN member- Joined
- Tue, Mar 19, 2013, 2:18 PM UTC
- HN karma
- 26
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About arkham
Recent public activity
-
comment
Comment #13811217
Disclaimer: I used to work for MongoDB, but left more than 2 years ago. I'm really happy to see the free tier as an option - I was a big fan, user, and advocate of MMS back when th…
- story
-
comment
Comment #8622064
Follow up post which tests a patch and shows significant improvements and backs up the original premise: http://comerford.cc/wordpress/2014/11/17/mongodb-2-8-improvi...
- story
-
comment
Comment #8433489
Having had the pleasure to know and work with William, I think he would be chuffed with the existence of the award, though probably a little embarrassed to have it named after him …
- story
-
comment
Comment #7555015
2.4 introduced text indexes for full text search as a beta, and 2.6 finishes the job of fully integrating them into the product - they are fully supported with the new release (inc…
-
comment
Comment #7554241
Just to note, the MongoDB journal is basically a write ahead log and has been around since 1.8. It's not simple, you are correct, and involved remapping portions of memory privatel…
-
comment
Comment #7554191
Authentication is the main thing to be aware of (no data rebuild), but full notes here: http://docs.mongodb.org/master/release-notes/2.6-upgrade/ And, you have to be on 2.4 first (…
-
comment
Comment #7554011
Well, for teaching purposes, independent of suitability for a use case there are multiple courses available for free here: http://education.mongodb.com And, more node.js specific (…
-
comment
Comment #7553959
It doesn't use mmap for locking though - and in any case one database is already multiple files (2GB max). There are internal data structures used by MongoDB and the database itsel…
-
comment
Comment #7553508
Some notes on using the shell, and some unforeseen performance changes from the beta: http://comerford.cc/wordpress/2014/03/28/mongodb-2-6-shell-p...
-
comment
Comment #7085149
Just to clarify on positive/negative limits on a cursor: if the limit number is negative, then the database will return that number of results and close the cursor. No further resu…
-
comment
Comment #6495668
The 2nd Edition of the MongoDB: The Definitive Guide from O'Reilly is one I can recommend (full disclosure: I was a technical reviewer on that edition). http://shop.oreilly.com/pro…
- story