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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -