沈阳格力专卖店 发表于 2015-7-8 05:12:31

MongoDB学习资料一MongoDB数据库简单介绍(转)

MongoDB数据库简单介绍(一)
Mongo是一个高性能,开源,无模式的文档型数据库,它在许多场景下可用于替代传统的关系型数据库或键/值存储方式。Mongo使用C++开发,提供了以下功能:

[*]
[*]面向集合的存储:适合存储对象及JSON形式的数据。
[*]动态查询:Mongo支持丰富的查询表达式。查询指令使用JSON形式的标记,可轻易查询文档中内嵌的对象及数组。
[*]完整的索引支持:包括文档内嵌对象及数组。Mongo的查询优化器会分析查询表达式,并生成一个高效的查询计划。
[*]查询监视:Mongo包含一个监视工具用于分析数据库操作的性能。
[*]复制及自动故障转移:Mongo数据库支持服务器之间的数据复制,支持主-从模式及服务器之间的相互复制。复制的主要目标是提供冗余及自动故障转移。
[*]高效的传统存储方式:支持二进制数据及大型对象(如照片或图片)。
[*]自动分片以支持云级别的伸缩性(处于早期alpha阶段):自动分片功能支持水平的数据库集群,可动态添加额外的机器。

MongoDB的主要目标是在键/值存储方式(提供了高性能和高度伸缩性)以及传统的RDBMS系统(丰富的功能)架起一座桥梁,集两者的优势于一身。根据官方网站的描述,Mongo 适合用于以下场景:

[*]
[*]网站数据:Mongo非常适合实时的插入,更新与查询,并具备网站实时数据存储所需的复制及高度伸缩性。
[*]缓存:由于性能很高,Mongo也适合作为信息基础设施的缓存层。在系统重启之后,由Mongo搭建的持久化缓存层可以避免下层的数据源过载。
[*]大尺寸,低价值的数据:使用传统的关系型数据库存储一些数据时可能会比较昂贵,在此之前,很多时候程序员往往会选择传统的文件进行存储。
[*]高伸缩性的场景:Mongo非常适合由数十或数百台服务器组成的数据库。Mongo的路线图中已经包含对MapReduce引擎的内置支持。
[*]用于对象及JSON数据的存储:Mongo的BJSON数据格式非常适合文档化格式的存储 及查询。

自然,MongoDB的使用也会有一些限制,例如它不适合:

[*]
[*]高度事务性的系统:例如银行或会计系统。传统的关系型数据库目前还是更适用于需要大量原子性复杂事务的应用程序。
[*]传统的商业智能应用:针对特定问题的BI数据库会对产生高度优化的查询方式。对于此类应用,数据仓库可能是更合适的选择。
[*]需要SQL的问题

MongoDB支持OS X、Linux及Windows等操作系统,并提供了Python,PHP,Ruby,Java,C,C#,Javascript,Perl及C++语言的驱动程序,社区中也提供了对Erlang 及.NET等平台的驱动程序
MongoDB下载:
http://www.mongodb.org/display/DOCS/Downloads
http://downloads.mongodb.org/lin ... 686-v1.2-latest.tgz
MongoDB安装:  CODE:
$tar xvzf mongodb-linux-i686-v1.2-latest.tgz
$mv mongodb-linux-i686-v1.2-latest mongodb
$cd mongodb
$ ls
mongo   mongodump    mongofiles   mongorestoremongosniff
mongodmongoexportmongoimportmongos只需要解压到相关目录即可,不需要编译安装
MongoDB启动与关闭:
mongoDB的服务器端程序为mongod  CODE:
$ bin/mongod --help
** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
**       see http://blog.mongodb.org/post/137788967/32-bit-limitations for more
Allowed options:
General options:
-h [ --help ]             show this usage information
--version               show version information
-f [ --config ] arg       configuration file specifying additional options
--port arg                specify port number
--bind_ip arg             local ip address to bind listener - all local ips
                            bound by default
-v [ --verbose ]          be more verbose (include multiple times for more
                            verbosity e.g. -vvvvv)
--dbpath arg (=/data/db/) directory for datafiles    指定数据存放目录
--quiet                   quieter output   静默模式
--logpath arg             file to send all output to instead of stdout   指定日志存放目录
--logappend               appnd to logpath instead of over-writing指定日志是以追加还是以覆盖的方式写入日志文件
--fork                  fork server process   以创建子进程的方式运行
--cpu                     periodically show cpu and iowait utilization周期性的显示cpu和io的使用情况
--noauth                  run without security无认证模式运行
--auth                  run with security认证模式运行
--objcheck                inspect client data for validity on receipt检查客户端输入数据的有效性检查
--quota                   enable db quota management   开始数据库配额的管理
--quotaFiles arg          number of files allower per db, requires --quota规定每个数据库允许的文件数
--appsrvpath arg          root directory for the babble app server
--nocursors               diagnostic/debugging option调试诊断选项
--nohints               ignore query hints忽略查询命中率
--nohttpinterface         disable http interface关闭http接口,默认是28017
--noscripting             disable scripting engine关闭脚本引擎
--noprealloc            disable data file preallocation关闭数据库文件大小预分配
--smallfiles            use a smaller default file size使用较小的默认文件大小
--nssize arg (=16)      .ns file size (in MB) for new databases 新数据库ns文件的默认大小
--diaglog arg             0=off 1=W 2=R 3=both 7=W+some reads 提供的方式,是只读,只写,还是读写都行,还是主要写+部分的读模式
--sysinfo               print some diagnostic system information 打印系统诊断信息
--upgrade               upgrade db if needed如果需要就更新数据库
--repair                  run repair on all dbs修复所有的数据库
--notablescan             do not allow table scans不运行表扫描
--syncdelay arg (=60)   seconds between disk syncs (0 for never)系统同步刷新磁盘的时间,默认是60s
Replication options:
--master            master mode 主复制模式
--slave               slave mode从复制模式
--source arg          when slave: specify master as当为从时,指定主的地址和端口
--only arg            when slave: specify a single database to replicate 当为从时,指定需要从主复制的单一库
--pairwith arg      address of server to pair with
--arbiter arg         address of arbiter server仲裁服务器,在主主中和pair中用到
--autoresync          automatically resync if slave data is stale 自动同步从的数据
--oplogSize arg       size limit (in MB) for op log 指定操作日志的大小
--opIdMem arg         size limit (in bytes) for in memory storage of op ids指定存储操作日志的内存大小
Sharding options:
--configsvr         declare this is a config db of a cluster 指定shard中的配置服务器
--shardsvr            declare this is a shard db of a cluster 指定shard服务器在启动mongoDB之前,我们必须新建一个存放mongoDB数据和日志的目录  CODE:
$ mkdir m_data m_log到此mongodb启动的准备工作做完了,现在我们启动mongodb  CODE:
$ bin/mongod --dbpath=/home/falcon/m_data --logpath=/home/falcon/m_log --logappend &现在mongodb启动了,检查是否启动的方法:  CODE:
$ ps -ef|grep mongod
falcon    253322710 08:21 pts/0    00:00:00 bin/mongod --dbpath=/home/falcon/m_data --logpath=/home/falcon/m_log --logappend
falcon    254122710 08:22 pts/0    00:00:00 grep mongod查看mongodb的端口是否启动,默认是28017,在启动服务器时,可以通过--port来指定  CODE:
$ netstat -an -t|grep 28017
tcp      0      0 0.0.0.0:28017               0.0.0.0:*                   LISTEN到此,证明mongoDB已经启动完成
关闭的方法很简单:
Killall mongod 或者是kill
使用方法:
      利用客户端程序mongo登录mongoDB  CODE:
$ bin/mongo
MongoDB shell version: 1.2.4-
url: test
connecting to: test
type "help" for help
> help
HELP
      Showdbs                     显示数据库名
      showcollections             显示当前数据库中的集合集
      showusers                   显示当前数据库的用户
      showprofile                显示最后系统用时大于1ms的系统概要
      use               切换到数据库
      db.help()                  help on DB methods
      db.foo.help()                help on collection methods
      db.foo.find()                list objects in collection foo
      db.foo.find( { a : 1 } )   list objects in foo where a == 1
      it                           result of the last line evaluated; use to further iterate
> show dbs   默认情况下有2数据库
admin
local
> use admin                切换到admin数据库
switched to db admin
> show collections                显示admin数据库下面的集合集
system.indexes下面我们来简单的新建集合集,插入、更新、查询数据,体验mongodb带给我们不一样的生活
新建数据库的方法是在
新建集合集:  CODE:
> db.createCollection("user");
{ "ok" : 1 }
> show collections
system.indexes
user
>查入数据:  CODE:
> db.user.insert({uid:1,username:"Falcon.C",age:25});
> db.user.insert({uid:2,username:"aabc",age:24});查询数据:  CODE:
> db.user.find();
{ "_id" : ObjectId("4b81e74c1f0fd3b9545cba43"), "uid" : 1, "username" : "Falcon.C", "age" : 25 }
{ "_id" : ObjectId("4b81e74d1f0fd3b9545cba44"), "uid" : 2, "username" : "aabc", "age" : 24 }查询数据的方式很丰富,有类似于SQL的条件查询,将会在以后的文档中详细介绍
如:我想查询uid为1的用户信息  CODE:
> db.user.find({uid:1});
{ "_id" : ObjectId("4b81e74c1f0fd3b9545cba43"), "uid" : 1, "username" : "Falcon.C", "age" : 25 }等等,丰富的查询还有limit ,sort ,findOne,distinct等

更新数据:  CODE:
> db.user.update({uid:1},{$set:{age:26}})
> db.user.find();                        
{ "_id" : ObjectId("4b81e76f1f0fd3b9545cba45"), "uid" : 1, "username" : "Falcon.C", "age" : 26 }
{ "_id" : ObjectId("4b81e7701f0fd3b9545cba46"), "uid" : 2, "username" : "aabc", "age" : 24 }
> db.user.update({uid:1},{$inc:{age:-1}})
> db.user.find();                        
{ "_id" : ObjectId("4b81e76f1f0fd3b9545cba45"), "uid" : 1, "username" : "Falcon.C", "age" : 25 }
{ "_id" : ObjectId("4b81e7701f0fd3b9545cba46"), "uid" : 2, "username" : "aabc", "age" : 24 }
>出了以上的2种用法,更新的条件还有$unset、$push 、$pushAll 、$pop 、$pull 、$pullAll

以上就是MongoDB简单的使用介绍,在以后的文档中将会详细的介绍mongoDB非常酷的CURD方法,mongoDB的Replication及分布式

开发文档:http://www.mongodb.org/display/DOCS/Developer+Zone
管理文档:http://www.mongodb.org/display/DOCS/Admin+Zone
下载地址:http://www.mongodb.org/display/DOCS/Downloads
页: [1]
查看完整版本: MongoDB学习资料一MongoDB数据库简单介绍(转)