- MongoDB官方文档中文版
- MongoDB中文手册说明
- MongoDB简介
- 安装 MongoDB
- The mongo Shell
- MongoDB CRUD 操作
- 聚合
- 数据模型
- 事务
- 索引
- 安全
- 安全检查列表
- 启用访问控制
- 身份验证
- 基于角色的访问控制
- TLS / SSL(传输加密)
- 静态加密
- 客户端字段级加密
- 审计
- 网络和配置强化
- 实现字段级别修订
- 安全参考
- 附录
- 变更流
- 复制
- 分片
- 分片键
- 哈希分片
- 范围分片
- 区
- 管理分片区
- 按位置细分数据
- 用于更改SLA或SLO的分层硬件
- 按应用或客户细分数据
- 仅插入工作负载的分布式本地写入
- 管理分片区
- 使用块进行数据分区
- 在分片集群中拆分数据块
- 管理
- 存储
- 存储引擎
- 日志记录
- 管理日志记录
- GridFS
- FAQ:MongoDB 存储
- 存储引擎
- 参考
- 运算符
- 查询与映射运算符
- 更新运算符
- 聚合管道阶段
- 聚合管道操作符
- $abs (aggregation)
- $acos (aggregation)
- $acosh (aggregation)
- $add (aggregation)
- $addToSet (aggregation)
- $allElementsTrue (aggregation)
- $and (aggregation)
- $anyElementTrue (aggregation)
- $arrayElemAt (aggregation)
- $arrayToObject (aggregation)
- $asin (aggregation)
- $asinh (aggregation)
- $atan (aggregation)
- $atan2 (aggregation)
- $atanh (aggregation)
- $avg (aggregation)
- $ceil (aggregation)
- $cmp (aggregation)
- $concat (aggregation)
- $concatArrays (aggregation)
- $cond (aggregation)
- $convert (aggregation)
- $cos (aggregation)
- $dateFromParts (aggregation)
- $dateToParts (aggregation)
- $dateFromString (aggregation)
- $literal (aggregation)
- 查询修饰符
- 数据库命令
- 聚合命令
- 地理空间命令
- 查询和写操作命令
- 查询计划缓存命令
- 认证命令
- 用户管理命令
- 角色管理命令
- 复制命令
- 分片命令
- 会话命令
- 管理命令
- 诊断命令
- 免费监控命令
- 系统事件审计命令
- mongo Shell 方法
- 集合方法
- db.collection.aggregate()
- db.collection.bulkWrite()
- db.collection.copyTo()
- db.collection.count()
- db.collection.countDocuments()
- db.collection.estimatedDocumentCount()
- db.collection.createIndex()
- db.collection.createIndexes()
- db.collection.dataSize()
- db.collection.deleteOne()
- db.collection.deleteMany()
- db.collection.distinct()
- db.collection.drop()
- db.collection.dropIndex()
- db.collection.dropIndexes()
- db.collection.ensureIndex()
- db.collection.explain()
- db.collection.find()
- db.collection.findAndModify()
- db.collection.findOne()
- db.collection.findOneAndDelete()
- db.collection.findOneAndReplace()
- db.collection.findOneAndUpdate()
- db.collection.getIndexes()
- db.collection.getShardDistribution()
- db.collection.getShardVersion()
- db.collection.insert()
- db.collection.insertOne()
- db.collection.insertMany()
- db.collection.isCapped()
- db.collection.latencyStats()
- db.collection.mapReduce()
- db.collection.reIndex()
- db.collection.remove()
- db.collection.renameCollection()
- db.collection.replaceOne()
- db.collection.save()
- db.collection.stats()
- db.collection.storageSize()
- db.collection.totalIndexSize()
- db.collection.totalSize()
- db.collection.update()
- db.collection.updateOne()
- db.collection.updateMany()
- db.collection.watch()
- db.collection.validate()
- 词汇表
- 默认的MongoDB端口
- 默认的MongoDB读/写关注
- 服务器会话
- MongoDB驱动
- FAQ
- 联系我们
- 更多资料
- [快学Mongo]
- [Mongo问题讨论区]
- [Mongo 驱动使用手册]
- 本书使用 GitBook 发布
2d 索引
2d
索引
在本页面
对存储为二维平面上的点的数据使用2d索引。2d索引用于MongoDB 2.2和更早版本中使用的旧式坐标对。
在以下情况下使用2d
索引:
有关地理空间查询的更多信息,请参见地理空间查询。
注意事项
从MongoDB 4.0开始,您可以在$geoNear
管道阶段指定一个关键选项,以指示要使用的索引字段路径。这允许$geoNear
阶段被用于包含多个2d索引和/或多个 2dsphere索引的集合:
- 如果您的集合具有多个
2d
索引和/或多个 2dsphere索引,则必须使用该key
选项来指定要使用的索引字段路径。 - 如果不指定
key
,则不能有多个2d
索引和/或多个2dsphere索引,因为如果没有使用key
,则多个2d
索引或2dsphere
索引之间的索引选择是不明确的。
[success] 注意
如果未指定
key
,并且最多只有一个2d
索引索引和/或只有一个2d
索引索引,则MongoDB首先会寻找2d
要使用的索引。如果2d
索引不存在,则MongoDB查找2dsphere
要使用的索引。
如果位置数据包含GeoJSON对象,则不要使用2d索引。要同时在旧式坐标对 和 GeoJSON对象上建立索引,请使用2dsphere索引。
在对集合进行切分时,不能使用2d索引作为分片键。但是,您可以通过使用不同的字段作为分片键在切分集合上创建地理空间索引。
行为
该2d
索引支持在平坦的欧几里德平面上进行的计算。2d索引还支持在球体上只计算距离(即 $nearSphere
),但是对于球体上的几何计算(例如$geoWithin
),将数据存储为GeoJSON objects并使用2dsphere索引。
2d索引可以引用两个字段。第一个必须是位置字段。2d复合索引构造首先在location字段上选择的查询,然后根据附加条件过滤这些结果。复合2d索引可以覆盖查询。
sparse
属性
2d
索引总是稀疏的并且忽略稀疏选项。如果文档缺少2d
索引字段(或者该字段是null
或为空数组),则MongoDB不会将文档条目添加到 2d
索引中。对于插入,MongoDB会插入文档,但不会添加到2d
索引中。
对于包含2d
索引键和其他类型的键的复合索引,只有2d
索引字段才能确定索引是否引用文档。
排序选项
2d
索引仅支持简单的二进制比较,不支持排序选项。
要在具有非简单排序规则的集合上创建2d索引,必须在创建索引时显式指定{collation: {locale: "simple"}}。
译者:杨帅
Copyright © 上海锦木信息技术有限公司 all right reserved,由 MongoDB汉化小组 提供技术支持文件修订时间: 2020-10-11 20:53:05