
mongodb
ArthurBryant
积极的面对生活,人因梦想而伟大
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MongoDB
1. MongoDB In MongoDB there are no server-side joins. Generally, you will want one database collection for each of your top原创 2011-08-08 18:23:13 · 527 阅读 · 0 评论 -
FreeBSD下MongoDB数据库的安装
MongoDB是C++开发的一款开源、无模式的文档型数据库,具有高性能、易部署、易使用、数据存储方便等特点;MongoDB采用Bson(binary json)的形式存储数据,无锁,无事务,有索引,支持集群和分片功,可动态增删结点。 实验环境: 系统:FreeBSD 8.转载 2011-08-08 18:24:52 · 2530 阅读 · 0 评论