Skip to content

Instantly share code, notes, and snippets.

@skarmark
Created September 11, 2015 00:05
Show Gist options
  • Save skarmark/962e0081229194fc3100 to your computer and use it in GitHub Desktop.
Save skarmark/962e0081229194fc3100 to your computer and use it in GitHub Desktop.
db.action_execution_d_b.getIndices()
[
{
"v" : 1,
"key" : {
"_id" : 1
},
"ns" : "st2.action_execution_d_b",
"name" : "_id_"
},
{
"v" : 1,
"key" : {
"parent" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "parent_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"liveaction.id" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "liveaction.id_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"start_timestamp" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "start_timestamp_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"action.ref" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "action.ref_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"status" : 1
},
"ns" : "st2.action_execution_d_b",
"background" : false,
"name" : "status_1",
"dropDups" : false
},
{
"v" : 1,
"key" : {
"rule.ref" : 1
},
"ns" : "st2.action_execution_d_b",
"name" : "rule.ref_1",
"background" : 1
},
{
"v" : 1,
"key" : {
"end_timestamp" : 1
},
"ns" : "st2.action_execution_d_b",
"name" : "end_timestamp_1",
"background" : 1
},
{
"v" : 1,
"key" : {
"start_timestamp" : -1,
"action.ref" : 1,
"status" : 1
},
"ns" : "st2.action_execution_d_b",
"name" : "start_timestamp_-1_action.ref_1_status_1",
"background" : 1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment