【MongoDB】The description of index(一)

From this blog, we start to talk about the index in mongo Database, which is similar to the traditional database. Generally speaking, if the index need to be created in the traditional database, so does MongoDB.  In MongoDB
,the field ‘_id ‘ has been set index by default and this index is so special that it cannot be deleted except for Capped Collections.

Before studying the index, now we create 10000 test records as follows.

1 Create index

In mongodb, using the function ensureIndex() to create tne index, for example:

db.test.ensureIndex({name : 1}) means to create index for name

2. Use index

generally speaking, there is five way to create index based on  the practice condition.

2.1 Common Index

query the result before creating index and after.

Some explanation of result field:

Cursor: value [BasicCursor or BtreeCursor], the later explain this query has used index.

nscanned: the number of index of having scan.

n : return the number of document, namely return the line

millis: the total time of finishing this query, unit millinus seconds.

indexBounds: if not null, it will describe the index item,

时间: 2024-10-13 10:07:35

【MongoDB】The description of index(一)的相关文章

mongodb 中的Multikey Index Bounds解释$elemMatch

首先说一下 $elemMatch的用法: { _id: 1, results: [ 82, 85, 88 ] } { _id: 2, results: [ 75, 88, 89 ] } $elemMatch是匹配document 中数组中至少有一个元素满足$elemMatch中的所有条件,例如: db.scores.find( { results: { $elemMatch: { $gte: 80, $lt: 85 } } } ) 查询结果为: { "_id" : 1, "r

【MonogDB】The description of index(二) Embedded and document Index

In this blog, we will talk about another the index which was called "The embedded ". First we init 1w the records as follows: 2.2 The embedded Index The compare between the before and the after. 2.3 Document Index

【四】MongoDB索引管理

一.索引介绍 在mongodb中,索引用来支持高效查询.如果没有索引,mongodb必须在整个集合中扫描每个文档来查找匹配的文档.但是如果建立合适的索引,mongodb就可以通过索引来限制检查的文档数量. 索引是一种特殊的数据结构,它存储着集合中小部分的数据集,这种数据结构很容易遍历.索引存储着指定的字段或字段集合,这些字段都是根据字段值排序的.排序的索引条目能够支持高效的等值匹配和基于范围的查询操作,此外,mongodb通过排序索引还能够返回排好序的结果集. 从根本上来说,mongodb的索引

MongoDB.WebIDE:升级版的Mongodb管理工具

很早以前收藏了一片文章:<强大的MongoDB数据库管理工具>.最近刚好要做一些MongoDB方面的工作,于是翻出来温习了一下,用起来也确实挺方便.不过在使用过程中出现了一些个问题,加上更喜欢MongoUVE的操作习惯,于是决定“自己动手,丰衣足食”,写一个升级版的工具. 一.升级的基础内容 原版是用的WebForm开发的,新版打算升级到MVC 前端框架使用bootstrap Mongodb的驱动程序改为使用官方版的驱动程序 原版查询数据时使用的是解析sql语句的方式,新版打算采用javasc

DB Intro - MongoDB Basic

mongoDB basic from:http://www.tutorialspoint.com/mongodb prject:https://github.com/chenxing12/l4mongodb overview getting-start collection dataType insert find Overview MongoDB is a cross-platform, document oriented database that provides, high perfor

【转】MongoDB 知识要点一览

原文链接 http://www.cnblogs.com/zhangzili/p/4975080.html MongoDB 知识要点一览 1.启动mongoDb数据库: 进入mongoDB的安装目录,执行如下命令 C:\Program Files\MongoDB\Server\3.0\bin>mongod.exe --dbpath "C:\Program Files\MongoDB\Server\3.0\db" 启动成功后在打开一个cmd窗口,进入mongoDB的安装目录,执行mo

Mongodb 和 普通数据库 各种属性 和语句 的对应

SQL to MongoDB Mapping Chart In addition to the charts that follow, you might want to consider the Frequently Asked Questions section for a selection of common questions about MongoDB. Terminology and Concepts The following table presents the various

Mongodb数据库连接

1. 首先我们需要 在包中安装 mongodb, 使用命令: npm install mongodb; 在安装包后,我们需要引用该包:如下: var mongo = require('mongodb'); 在Node.js中,当需要连接Mongodb数据库时,首先需要创建一个Mongodb数据库所在服务器的Server对象,作用是指定需要连接的MongoDB数据库所在的服务器. 2. 创建Server对象,如下命令: var server = new mongo.Server(host, por

MongoDB非关系型数据库开发手册

一:NoSql数据库 什么是NoSQL? NoSQL,指的是非关系型的数据库.NoSQL有时也称作Not Only SQL的缩写,是对不同于传统的关系型数据库的数据库管理系统的统称. NoSQL用于超大规模数据的存储.(例如谷歌或Facebook每天为他们的用户收集万亿比特的数据).这些类型的数据存储不需要固定的模式,无需多余操作就可以横向扩展. 为什么使用NoSQL ? 今天我们可以通过第三方平台(如:Google,Facebook等)可以很容易的访问和抓取数据.用户的个人信息,社交网络,地理