Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mathieuravaux/1434139 to your computer and use it in GitHub Desktop.
Save mathieuravaux/1434139 to your computer and use it in GitHub Desktop.
Prevent table scans in Mongodb
# Store data in /usr/local/var/mongodb instead of the default /data/db
dbpath = /usr/local/var/mongodb
# Only accept local connections
bind_ip = 127.0.0.1
cpu = true
verbose = true
rest = true
notablescan = true
launchctl stop org.mongodb.mongod
launchctl stop org.mongodb.mongod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment