mongodb 索引

mongodb的索引的创建方法;

db.collection.ensureIndex(keys,options) 在mongodb3.0版本后被弃用。

现在是db.collection.createIndex()的别名

db.colleciton.getIndexes()得到collection的所有的索引 () 只能在3.0版本用

For MongoDB 3.0 deployments using the WiredTiger storage engine, if you rundb.collection.getIndexes() from a version of the mongo shell before 3.0 or a version of the driver prior to 3.0 compatible versiondb.collection.getIndexes() will return no data, even if there are existing indexes. For more information, see WiredTiger and Driver Version Compatibility.

得到collection的所有索引:

db.people.getIndexes()

To return a list of all indexes on all collections in a database, usethe following operation in the mongo shell:

db.system.indexes.find()

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值