码迷,mamicode.com
首页 >  
搜索关键字:embedded mongodb    ( 10830个结果
mongodb mapreduce使用总结
mongodb mapreduce使用总结...
分类:数据库   时间:2014-07-26 02:43:46    阅读次数:349
sql 的group by order by having 等等与mongo的对应关系
http://docs.mongodb.org/manual/reference/sql-aggregation-comparison/unwind解释 拆解数组http://blog.nosqlfan.com/html/3648.html几种方式做grouphttp://blog.csdn.ne....
分类:数据库   时间:2014-07-25 19:09:11    阅读次数:289
MongoDB删除数据库
> db.dropDatabase()
分类:数据库   时间:2014-07-25 14:19:31    阅读次数:197
MongoDB 创建数据库
1:查看数据库> show dbs2:创建数据库> use gechong3:查看当前数据库> db4:查看所有数据库> show dbs并没有刚才新创建的数据库> db.movie.insert({"id":"2014"})WriteResult({ "nInserted" : 1 })重新查看即...
分类:数据库   时间:2014-07-25 14:14:01    阅读次数:230
【MongoDB】2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接。
1:启动MongoDB2014-07-25T11:00:48.634+0800 warning: Failed to connect to 127.0.0.1:27017, reason: errno:10061 由于目标计算机积极拒绝,无法连接。2:添加一配置文件##数据文件dbpath=E:\r...
分类:数据库   时间:2014-07-25 14:06:41    阅读次数:330
MongoDB: 聚集管道
在MongoDB2.2新出现的。聚集管道式基于数据处理管道概念建模的数据聚集框架。文档进入一个多阶段能将该文档转化为聚集结果的管道。 聚集管道提供了map-reduce方法了替代物,并在很多聚集任务中是首选的方案,因为map-reduce的复杂性可能是你不希望看到的。...
分类:数据库   时间:2014-07-25 11:22:31    阅读次数:306
MongoDB:Map-Reduce
Map-reduce是一个考虑大型数据得到有用聚集结果的数据处理程式(paradigm).针对map-reduce操作,MongoDB提供来mapreduce命令....
分类:数据库   时间:2014-07-25 11:09:11    阅读次数:275
单一目的聚集操作
MongoDB提供了大量在结果集上执行特定聚集操作的聚集操作方法。 尽量在使用范围上有限制,特别是和聚集管道、map-reduce相比较,但这些操作,为常规的数据处理提供了直接的语义。...
分类:其他好文   时间:2014-07-25 11:04:11    阅读次数:135
Coremicro Reconfigurable Embedded Smart Sensor Node
A Coremicro Reconfigurable Embedded Smart Sensor Node has the capability of hosting intelligent algorithms to support health monitoring applications a...
分类:其他好文   时间:2014-07-25 02:43:04    阅读次数:330
Retrieving data from a server
A system includes a server and a controller embedded in a device. Both the server and the embedded controller are capable of communicating over a comp...
分类:其他好文   时间:2014-07-25 02:25:54    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!