Skip to content

Instantly share code, notes, and snippets.

@FrancescaK
Created May 6, 2014 18:13
Show Gist options
  • Save FrancescaK/7500ead3d04d50d63939 to your computer and use it in GitHub Desktop.
Save FrancescaK/7500ead3d04d50d63939 to your computer and use it in GitHub Desktop.
Tiered_Storage_Gist9
var configdb = db.getSiblingDB("config")
configdb.tags.find().pretty()
{
"_id" : {
"ns" : "enron.messages",
"min" : {
"date" : { "$minKey" : 1 }
}
},
"ns" : "enron.messages",
"min" : {
"date" : { "$minKey" : 1 }
},
"max" : {
"date" : ISODate("2001-07-01T00:00:00Z")
},
"tag" : "tier-2"
}
{
"_id" : {
"ns" : "enron.messages",
"min" : {
"date" : ISODate("2001-07-01T00:00:00Z")
}
},
"ns" : "enron.messages",
"min" : {
"date" : ISODate("2001-07-01T00:00:00Z")
},
"max" : {
"date" : { "$maxKey" : 1 }
},
"tag" : "current"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment