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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -