首页/ MongoDB

MongoDB 1.0 MOD APK for Android

MongoDB
版本 1.0
更新时间 August 12, 2025
类别 资讯阅读
大小 1.65MB
7.8
1
2
3
4
5

Nosql of MongoDB 8 days learn to connect MongoDB

关于MongoDB的好处,优点之类的这里就不说了,唯一要讲的一点就是MongoDB中有三元素:资料库,集合,文档,其中“集合”

就是对应关系资料库中的“表”,“文档”对应“行”。

MongoDB应用手册

Nosql ---- Document Store

MongoDB API: BSON, Protocol: C, Query Method: dynamic object-based language & MapReduce, Replication: Master Slave & Auto-Sharding, Written in: C++,Concurrency: Update in Place. Misc: Indexing, GridFS, Freeware + Commercial License Links: » Talk, » Notes, » Company

CouchDB API: JSON, Protocol: REST, Query Method: MapReduceR of JavaScript Funcs, Replication: Master Master, Written in: Erlang, Concurrency: MVCC, Misc:

Links: » 3 CouchDB books , » Couch Lounge (partitioning / clusering), » Dr. Dobbs