MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Un elenco di indici in MongoDB?

Dalla shell:

db.test.getIndexes()

Per l'aiuto della shell dovresti provare:

help;
db.help();
db.test.help();