Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged mongo

0 votes
702 views
1 answer
    i have a work collection, with fields work_id, work_ref, sequence, etc. I need a query for mongodb for its sql ... -db-query-for-passing-value-from-outer-query-into-inner-query...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have documents with the following structure { "_id":{"$oid":"..."}, "work_type": "ASSIGNMENT", "materials": [ ... -an-array-of-objects-subdocuments-to-an-array-of-strings-in-a...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
988 views
1 answer
    用node写了个服务提供一个接口,供调用方传入参数后,对参数进行封装,在 mongo 里面 insert 一条记录,现发现某几个字段更新不进去 代码类似于以下 const db = mongodb.collection('collection_name') ... 更新后的文档,返回结果是有 c 值的,但 mongo 里面依然没有c字段值 求大神解答!!!...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
952 views
1 answer
    集合tab1 有字段 id pid name, 示例数据如下,需要查询name=张三 且没有 pid=id 的数据 不知道怎么写 返回的结果应该是id 等于 1和3的行 SQL: select * from tab1 where ... t where t.pid=tab1.id) id pid name 1 张三 2 张三 3 2 张三 4 李四...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
924 views
1 answer
    运行sudo mongod 的时候卡在这里,等了很久没有结果 2020-05-08T16:13:31.446+0800 I CONTROL [main] Automatically ... [ftdc] Marking collection local.oplog.rs as collection version: <unsharded>...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
946 views
1 answer
    集合tab1 有字段 id pid name, 示例数据如下,需要查询name=张三 且没有 pid=id 的数据 不知道怎么写 返回的结果应该是id 等于 1和3的行 SQL: select * from tab1 where ... t where t.pid=tab1.id) id pid name 1 张三 2 张三 3 2 张三 4 李四...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    运行sudo mongod 的时候卡在这里,等了很久没有结果 2020-05-08T16:13:31.446+0800 I CONTROL [main] Automatically ... [ftdc] Marking collection local.oplog.rs as collection version: <unsharded>...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    where := bson.M{"$match": bson.M{"user_id": userId, "bank_id": bankId, "knowledge_points": bson.M{"$in": Knowledge}, "difficulty" ... difficulty": difficulty是可选项,如果有值才会进行匹配,请问该怎么写?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
861 views
1 answer
    在分片集群中,报游标超时。同样的程序,在副本集集群中,是正常的。已经尝试增加游标超时时间,batchSize就算是设置成1也会过十几分钟报错。还可能是什么原因呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.5k views
1 answer
    文档模型为 { "_id" : ObjectId("5fda6ae8bf760f494532a9fa"), "pairs": [ { "value": "ip", "time": ISODate("2020-12-17T04:15:33.000+08:00") ... pair中value需要唯一,怎么从数据库角度比较优雅的维护长度限定为最多100个pair...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...