
Mongo
rainreboot
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mongo Sort operation used more than the maximum 33554432 bytes of RAM
Mongodb 报错的信息,当排序字段 Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smaller 代码,排序字段,需要加索引。或者,增加排序的内存,默认给的排序内存是32mb. 官网描述: https://docs.mongodb.com/man...原创 2018-08-13 12:28:06 · 403 阅读 · 0 评论 -
MongoDB 增删查改(CRUD) 以及一些常用命令
MongoDB : 系统自带的库为 1.config 2.test 3.admin linux 环境下的命令集合: mongo localhost:27017 mongo 连接本地mongoDB服务 show dbs 展示所有的数据库 show collections 展示所有的集合 ...原创 2018-08-20 11:57:02 · 304 阅读 · 0 评论