资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

MongoDB帮助信息:db方法,collection方法-创新互联

  1. mongos> db.help()
  2. DB methods:
  3.         db.addUser(username, password[, readOnly=false])
  4.         db.adminCommand(nameOrDocument) - switches to 'admin' db, and runs command [ just calls db.runCommand(...) ]
  5.         db.auth(username, password)
  6.         db.cloneDatabase(fromhost)
  7.         db.commandHelp(name) returns the help for the command
  8.         db.copyDatabase(fromdb, todb, fromhost)
  9.         db.createCollection(name, { size : ..., capped : ..., max : ... } )
  10.         db.currentOp() displays currently executing operations in the db
  11.         db.dropDatabase()
  12.         db.eval(func, args) run code server-side
  13.         db.fsyncLock() flush data to disk and lock server for backups
  14.         db.fsyncUnlock() unlocks server following a db.fsyncLock()
  15.         db.getCollection(cname) same as db['cname'] or db.cname
  16.         db.getCollectionNames()
  17.         db.getLastError() - just returns the err msg string
  18.         db.getLastErrorObj() - return full status object
  19.         db.getMongo() get the server connection object
  20.         db.getMongo().setSlaveOk() allow queries on a replication slave server
  21.         db.getName()
  22.         db.getPrevError()
  23.         db.getProfilingLevel() - deprecated
  24.         db.getProfilingStatus() - returns if profiling is on and slow threshold
  25.         db.getReplicationInfo()
  26.         db.getSiblingDB(name) get the db at the same server as this one
  27.         db.hostInfo() get details about the server's host
  28.         db.isMaster() check replica primary status
  29.         db.killOp(opid) kills the current operation in the db
  30.         db.listCommands() lists all the db commands
  31.         db.loadServerScripts() loads all the scripts in db.system.js
  32.         db.logout()
  33.         db.printCollectionStats()
  34.         db.printReplicationInfo()
  35.         db.printShardingStatus()
  36.         db.printSlaveReplicationInfo()
  37.         db.removeUser(username)
  38.         db.repairDatabase()
  39.         db.resetError()
  40.         db.runCommand(cmdObj) run a database command.  if cmdObj is a string, turns it into { cmdObj : 1 }
  41.         db.serverStatus()
  42.         db.setProfilingLevel(level,) 0=off 1=slow 2=all
  43.         db.setVerboseShell(flag) display extra information in shell output
  44.         db.shutdownServer()
  45.         db.stats()
  46.         db.version() current version of the server
  47. mongos>

成都服务器托管,创新互联公司提供包括服务器租用、遂宁托管服务器、带宽租用、云主机、机柜租用、主机租用托管、CDN网站加速、国际域名空间等业务的一体化完整服务。电话咨询:028-86922220
  1. mongos> db.myCollection.help()
  2. DBCollection help
  3.         db.myCollection.find().help() - show DBCursor help
  4.         db.myCollection.count()
  5.         db.myCollection.copyTo(newColl) - duplicates collection by copying all documents to newColl; no indexes are copied.
  6.         db.myCollection.convertToCapped(maxBytes) - calls {convertToCapped:'myCollection', size:maxBytes}} command
  7.         db.myCollection.dataSize()
  8.         db.myCollection.distinct( key ) - e.g. db.myCollection.distinct( 'x' )
  9.         db.myCollection.drop() drop the collection
  10.         db.myCollection.dropIndex(index) - e.g. db.myCollection.dropIndex( "indexName" ) or db.myCollection.dropIndex( { "indexKey" : 1 } )
  11.         db.myCollection.dropIndexes()
  12.         db.myCollection.ensureIndex(keypattern[,options]) - options is an object with these possible fields: name, unique, dropDups
  13.         db.myCollection.reIndex()
  14.         db.myCollection.find([query],[fields]) - query is an optional query filter. fields is optional set of fields to return. e.g. db.myCollection.find( {x:77} , {name:1, x:1} )
  15.         db.myCollection.find(...).count()
  16.         db.myCollection.find(...).limit(n)
  17.         db.myCollection.find(...).skip(n)
  18.         db.myCollection.find(...).sort(...)
  19.         db.myCollection.findOne([query])
  20.         db.myCollection.findAndModify( { update : ... , remove : bool [, query:{}, sort: {}, 'new': false] } )
  21.         db.myCollection.getDB() get DB object associated with collection
  22.         db.myCollection.getIndexes()
  23.         db.myCollection.group( { key : ..., initial: ..., reduce : ...[, cond: ...] } )
  24.         db.myCollection.insert(obj)
  25.         db.myCollection.mapReduce( mapFunction , reduceFunction ,  )
  26.         db.myCollection.remove(query)
  27.         db.myCollection.renameCollection( newName ,  ) renames the collection.
  28.         db.myCollection.runCommand( name ,  ) runs a db command with the given name where the first param is the collection name
  29.         db.myCollection.save(obj)
  30.         db.myCollection.stats()
  31.         db.myCollection.storageSize() - includes free space allocated to this collection
  32.         db.myCollection.totalIndexSize() - size in bytes of all the indexes
  33.         db.myCollection.totalSize() - storage allocated for all data and indexes
  34.         db.myCollection.update(query, object[, upsert_bool, multi_bool]) - instead of two flags, you can pass an object with fields: upsert, multi
  35.         db.myCollection.validate(  ) - SLOW
  36.         db.myCollection.getShardVersion() - only for use with sharding
  37.         db.myCollection.getShardDistribution() - prints statistics about data distribution in the cluster
  38.         db.myCollection.getSplitKeysForChunks(  ) - calculates split points over all chunks and returns splitter function

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


当前题目:MongoDB帮助信息:db方法,collection方法-创新互联
本文路径:http://cdkjz.cn/article/dpicdj.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

大客户专线   成都:13518219792   座机:028-86922220