Viewing profile — kstirman
kstirman
HN member- Joined
- Tue, Mar 19, 2013, 3:17 PM UTC
- HN karma
- 12
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About kstirman
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #17407970
More on the Gandiva Initiative here: https://www.dremio.com/announcing-gandiva-initiative-for-apa...
-
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/
- story
- story
- story
-
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…
-
comment
Comment #13649139
Damn it, you beat me to it. ;-)
-
comment
Comment #12298265
See the docs for document validation, available in 3.2 and later. https://docs.mongodb.com/manual/core/document-validation/
-
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…
-
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-...
-
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. …
-
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…
-
comment
Comment #5402641
http://docs.mongodb.org/manual/administration/ssl/#ssl-confi...