[17:56:05] <cheeser> oh, whoops! haha. i totally misread that.
[17:56:17] <cheeser> my bad. it had scrolled off screen and was misremembering it.
[17:56:18] <phishy> New to map/reduce and I'm pretty sure I can't get what I want using it here, but wondering. Given this data structure, is it possible to retrieve a set of usage over time for a single user? https://gist.github.com/phishy/2be374cfb9acea05d1823615cf3eed46
[17:56:41] <geri> cheeser: i expect the result to return only SIO.type1 data...
[17:57:05] <geri> cheeser: but instead it returns the everything... any idea?
[17:57:18] <geri> cheeser: but instead it returns everything... any idea?
[17:57:20] <cheeser> that's how queries work. if you want a subset, you have to use a projection.
[22:13:28] <Waheedi> THE BROWN BEAR IS COMING YOUR WAY :P
[22:36:17] <GothAlice> Huh. https://docs.mongodb.org/ecosystem/platforms/rackspace-cloud/#topology < why is the documentation suggesting a setup with an even number of voting members? (Third graphic, "hybrid".)
[22:41:28] <cheeser> probably just a space/size issue on the graphic
[22:52:10] <GothAlice> cheeser: A confused user I'm helping elsewhere asked the astute question "uh, should… should I add an arbiter to this?" which a) made me very happy that he's learning, and b) worried that the documentation ought not suggest things (even casually) that will definitely lead to problems. ;)
[22:54:41] <uuanton> anyone know how to set blockdev --setra 32 /dev/xvdf on start on centos 7 ?
[22:55:00] <uuanton> somewhere on /lib/systemd/system/mongod.service
[22:58:27] <uuanton> i have warning about WARNING: Readahead for /data is set to 4096KB
[23:04:42] <uuanton> i hate the day when we upgraded to centos7
[23:06:01] <uuanton> settings inside "/etc/rc.local" and "/etc/udev/rules.d/85-ebs.rules" doesnt help
[23:06:10] <MacWinner> does wiretiger give you the benefit of document level locking vs mmap in 3.0.x?
[23:42:33] <MacWinner> do indexes with wiredtiger need to be able to fit in memory?
[23:44:27] <Boomtime> anything you access frequently will be better off in memory, this is true of wiredtiger and mmap - also, neither of those have any requirement for an index to entirely fit in memory, doing so is a performance concern only