Live data from Hacker News

Viewing profile — arkham

arkham

HN member
Joined
Tue, Mar 19, 2013, 2:18 PM UTC
HN karma
26
Public activity
15 items

About arkham

[ my public key: https://keybase.io/comerford; my proof: https://keybase.io/comerford/sigs/-A26YxY1A0qE2HDp-XYL6ZrV3uPXPx6WVlA-UExgzAA ]

Recent public activity

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

  2. story
  3. 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...

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

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

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

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

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

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

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

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

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

  15. story