Can somebody tell me please if is possible to get detailed info about indexes in Mongodb? I need to show the time when index was created. But command:
db.getCollection('collectionName').getIndexes()
does not show this information. Is there any way do it? Thanks.