Skip to content

Instantly share code, notes, and snippets.

@kchodorow
kchodorow / gist:3626251
Created September 4, 2012 20:44 — forked from anonymous/gist:3610610
Informadiko Sample Schema
#!/usr/bin/mongo informadiko
// ┏━┓┏━╸┏━╸┏━┓╻ ╻┏┓╻╺┳╸┏━┓
// ┣━┫┃ ┃ ┃ ┃┃ ┃┃┗┫ ┃ ┗━┓
// ╹ ╹┗━╸┗━╸┗━┛┗━┛╹ ╹ ╹ ┗━┛
db.dropDatabase() // BE CAREFUL
//db.createCollection("system.profile", {capped:true, size:1024000000}) // 1024 Megs
db.setProfilingLevel(2);