mongodb
mongodb专栏
wuxlcoding
举杯痛饮,人生尽欢。
展开
-
Failed to instantiate java.util.List using constructor NO_CONSTRUCTOR with arguments Failed to insta
查询Mongodb出现报错,有的条件有的分页不报错,原因是查询的数据出现脏数据,表中的数据格式和表实体的字段数据类型不一致,如实体中字段类型是list数组,表中查到的数据,该字段变成了单个对象。原创 2022-12-13 18:15:13 · 1346 阅读 · 0 评论 -
Command failed with error 16412: ‘FieldPath field names may not contain ‘.‘.‘ on server 10.21.20.8:2
问题描述查询接口报错:{"errorMessage":"Command failed with error 16412: 'FieldPath field names may not contain '.'.' on server 10.21.20.8:27019. The full response is { \"ok\" : 0.0, \"errmsg\" : \"FieldPath field names may not contain '.'.\", \"code\" : 16412, \.原创 2021-12-07 09:33:28 · 1568 阅读 · 0 评论 -
内容社区排行榜接口小表驱动大表优化实践,50s优化到1s
生产环境mongodb接口优化记录,$lookup将接口50s优化到1s原创 2021-12-02 17:44:06 · 743 阅读 · 0 评论 -
No converter found capable of converting from type [org.bson.BsonUndefined]
mongodb查询报错No converter found capable of converting from type [org.bson.BsonUndefined]原因查询数据返回对象集合,出现了undifined数据,无法转换为实体类中的String类型。解决办法定位脏数据,删除或者修复数据重点对脏数据如何产生进行排查,修改程序mongodb查询undefined数据 db.getCollection('tableName').find({"fieldName":{$原创 2021-12-02 16:42:45 · 4186 阅读 · 0 评论 -
mongodb $group
mongodb $group原创 2021-07-27 14:06:24 · 345 阅读 · 1 评论