MongoDB摘录--about GridFS Files store

1.
[color=green]mdirolf said:
thorpe:[/color]
MongoDB isn't really an OODB - it makes no attempt to store actual class instances w/ methods, etc, but stores "documents", which are JSON like structures. What's really nice about this is that it is a very natural mapping to datatypes that are already present in most languages, like Python dictionaries and Ruby hashes (and JS objects).
We use the word "document" to refer to the structures stored in the database, but it isn't really meant to mean a document like a file on the filesystem (although MongoDB can handle storing large files - check out GridFS). When we say "document" we just mean this JSON-like structure, which can be more complex than a key, value pair or even a row in a traditional RDBMS (i.e. documents can embed other documents, etc.)
源文档 <[url]http://www.linux-mag.com/forums/topic.php?id=1767[/url]>

2、
Internally, MongoDB uses memory mapped files to store data on disk. This keeps the main database code clean and simple, but causes some problems on 32-bit platforms. If you run MongoDB on a 32-bit system, you can only store about 2 GB of data. 64-bit systems are effectively unbounded.
源文档 <[url]http://www.linux-mag.com/cache/7530/1.html[/url]>

3、
MongoDB,Redis,Tokyo Tyrant(Tokyo Cabinet)性能测试比较[师兄荐]
源文档 <[url]http://blog.wantongchina.com/?p=14[/url]>

4、
Introducing MongoDB
源文档 <[url]http://www.linux-mag.com/cache/7530/1.html[/url]>

5、
Introducing MongoDB
源文档 <[url]http://www.linux-mag.com/cache/7530/1.html[/url]>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值