Live data from Hacker News

Viewing profile — kstirman

kstirman

HN member
Joined
Tue, Mar 19, 2013, 3:17 PM UTC
HN karma
12
Public activity
15 items

About kstirman

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #17407970

    More on the Gandiva Initiative here: https://www.dremio.com/announcing-gandiva-initiative-for-apa...

  4. comment
    Comment #16386538

    Yes this has changed. The BI Connector 2.0 is written in Go and uses the MySQL wire protocol: https://docs.mongodb.com/bi-connector/master/release-notes/

  5. story
  6. story
  7. story
  8. comment
    Comment #13841243

    In 2009 I was working on building out API docs and looked around for good examples. Stripe was so far ahead of everyone else. I still think they have some of the best documentation…

  9. comment
    Comment #13649139

    Damn it, you beat me to it. ;-)

  10. comment
    Comment #12298265

    See the docs for document validation, available in 3.2 and later. https://docs.mongodb.com/manual/core/document-validation/

  11. comment
    Comment #9180038

    High scale public references and links to their presentations are maintained here: http://www.mongodb.com/mongodb-scale I think scaling any system takes careful planning. IMHO, thi…

  12. comment
    Comment #5410063

    Queries in MongoDB can return very large result sets, but you access them in batches via a cursor: http://docs.mongodb.org/manual/core/read-operations/#cursor-...

  13. comment
    Comment #5409546

    MongoDB's MapReduce implementation is not being deprecated. The primary beneficiary of the V8 implementation is MapReduce, so it should be seen as further investment in this area. …

  14. comment
    Comment #5402683

    from: http://docs.mongodb.org/manual/reference/server-status/ serverStatus.workingSet.pagesInMemory pagesInMemory contains a count of the total number of pages accessed by mongod o…

  15. comment
    Comment #5402641

    http://docs.mongodb.org/manual/administration/ssl/#ssl-confi...