欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
MongoDB
来自开放百科 - 灰狐
(版本间的差异)
(→Links) |
|||
第22行: | 第22行: | ||
==Links== | ==Links== | ||
*http://www.mongodb.org | *http://www.mongodb.org | ||
+ | |||
+ | {{Comment}} | ||
[[Category:Database]] | [[Category:Database]] | ||
[[Category:C++]] | [[Category:C++]] |
2010年9月9日 (四) 03:37的版本
MongoDB is a high-performance, open source, schema-free document-oriented database.
MongoDB is written in C++ and offers the following features:
- Collection oriented storage - easy storage of object-style data
- Dynamic queries
- Full index support, including on inner objects
- Query profiling
- Replication and fail-over support
- Efficient storage of binary data including large objects (e.g. videos)
- Auto-sharding for cloud-level scalability (currently in early alpha)
- Commercial Support Available
Linux
Windows
D:\mongodb-win32-i386-0.9.7\bin\mongod run --dbpath=d:\data\db http://127.0.0.1:28017/ D:\mongodb-win32-i386-0.9.7\bin\mongo >help >show dbs >use admin
Links
<discussion>characters_max=300</discussion>
分享您的观点