MongoDB background indexing -
if execute text index in background on mongodb. continue execute when log out of server?
db.test.ensureindex({"name" : "text", "lastname" : "text"}, { background: true })
the mongo shell not have remain open once index creation operation has been launched. build continue if shell closed.
Comments
Post a Comment