• 论坛
  • 日志
  • 下载
  • 驱动
  • 活动
  • 翻译
MongoDB Logo
  • 编辑
  • GitHub
  • 报告问题

索引¶

Indexes provide high performance read operations for frequently used queries. Indexes are particularly useful where the total size of the documents exceeds the amount of available RAM.

For basic concepts and options, see 索引概述. For procedures and operational concerns, see 索引操作. For information on how applications might use indexes, see 索引策略.

The following outlines the indexing documentation:

  • 索引概述
    • Synopsis
    • Index Types
    • Index Creation Options
    • Index Features
    • Index Behaviors and Limitations
  • 索引操作
    • Create an Index
    • Create a Compound Index
    • Special Creation Options
    • Information about Indexes
    • Remove Indexes
    • Rebuild Indexes
    • Build Indexes on Replica Sets
    • Monitor and Control Index Building
  • 索引策略
    • 策略
    • Create Indexes to Support Your Queries
    • Use Compound Indexes to Support Several Different Queries
    • Create Indexes that Support Covered Queries
    • Use Indexes to Sort Query Results
    • Ensure Indexes Fit RAM
    • Create Queries that Ensure Selectivity
    • Consider Performance when Creating Indexes for Write-heavy Applications
  • 使用 2d 索引查询地理空间
    • Proximity Queries
    • Distance Queries
    • Limit the Number of Results
    • Circles
    • Rectangles
    • Polygons
  • 2d 地理空间索引
    • Overview
    • Store Location Data
    • Create a Geospatial Index
    • Distance Calculation
    • Geohash Values
    • Geospatial Indexes and Sharding
    • Multi-location Documents
  • <   方法/命令
  • 索引概述  >

MongoDB Manual (Index)

  • 安装
  • 管理
  • 安全
  • 核心操作(CRUD)
  • 聚合
  • 索引
    • 索引概述
    • 索引操作
    • 索引策略
    • 使用 2d 索引查询地理空间
    • 2d 地理空间索引
  • 副本集
  • 分片
  • 开发应用
  • mongo 壳
  • 案例
  • 教程
  • 常问问题
  • 参考
  • 关于本文档
  • 生态系统

关于

生态系统

格式

  • 一页HTML手册
  • PDF格式手册
  • ePub格式手册

资源

  • 入门
    • 介绍
    • 下载
  • 社区 和 生态系统
    • 10gen
    • 活动和网络研讨会
    • 博客集合
    • 大师
    • 幻灯片和视频
    • 托管中心
    • Windows
    • 监测服务 (文档)
    • 管理界面
    • 书籍
  • 驱动
    • JavaScript (文档)
    • Python (文档)
    • Ruby (文档)
    • PHP (文档)
    • Perl (文档)
    • Java (文档)
    • Scala (文档)
    • C# (文档)
    • C (文档)
    • C++ (文档)
    • Haskell (文档)
    • Erlang (文档)

© 版权 2011-2013, 10gen, Inc. MongoDB®, Mongo®, and the leaf logo are registered trademarks of 10gen, Inc.




Brought to you by Read the Docs
  • latest