Hi Vishal
Can I get overall progress of build index operation rather than its particular internal step ?
You are correct that the db.currentOp() command will show the two steps during an index build. However, currently there is no method that overrides this behaviour and present a single number. My quick testing shows, however, that the second step you saw (btree building) is relatively quicker compared to the first step. Is there any reason why you don’t want to see the second index build step?
Best regards,
Kevin