-
Notifications
You must be signed in to change notification settings - Fork 421
Update to Mongo 3.0 #52
Comments
@edx/devops is there anything we should be aware of regarding Mongo configuration? Is there certain functionality/configuration that only makes sense in production, and should be avoided for development? |
No, I don't think so. Ideally, we would run three in all situations so that stepdowns and such could be tested in local environments. There might be other reasons why that doesn't make sense, in which case the single mongo should bi a replica set with one member and require auth to login. |
The only other thing is you likely want the small journal setting, otherwise it'll try to create a multiple GB journal file that it only uses like 4k of. |
I'm not certain what the performance gains are for devstack; but, we need to eek out every gain we can to make this devstack's speed comparable to Vagrant. |
edX uses Mongo 3.0 in production. Devstack should reflect this fact. Use the existing configuration to pull, and configure, the container correctly. Specifically, note that we use the WiredTiger storage engine.
The text was updated successfully, but these errors were encountered: