I want to create Index in mongodb , but with the classic method
db.OPC_PLANT_DATA.createIndex( { "ITEM_ID" : 1.0,"ITEM_TIMESTAMP" : -1.0 } )
the db get stucked and it takes lot of time , so if I want to do it in Production it will impcat all the work !!
Someone knows how to do it without having any impact on documents insertion ??