Skip to content

Instantly share code, notes, and snippets.

@x
Created October 16, 2014 21:14
Show Gist options
  • Save x/07b6c260b666e1c5cc5f to your computer and use it in GitHub Desktop.
Save x/07b6c260b666e1c5cc5f to your computer and use it in GitHub Desktop.
get collections with unique indexes
db.getCollectionNames().filter(function(col){return db[col].getIndexes().filter(function(idx){return idx.unique}).length})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment