mongodb
Imitate join for NoSQL document database
Are there any workarounds to execute join-like query with NoSQL document database? Example: We need to select last month articles by users with rating more than thousand.[详细]
2023-04-12 18:45 分类:问答Mongo DB REST Option
I know that one of the biggest differences between CouchDB and MongoDB is that Couch uses a REST interface. I\'ve installed Mongo without a开发者_如何转开发ny other libraries, and the mongod service p[详细]
2023-04-12 17:01 分类:问答How can I use MongoDB as a cache for Postgresql?
I have an application that can not afford to lose data, so Postgresql is my choice for database (ACID)[详细]
2023-04-12 16:32 分类:问答MongoDB change order of array in document
so here is my current data structure: [parents] => Array ( [0] => Array ( [title] => Test 1 ) [1] => Array ([详细]
2023-04-12 16:07 分类:问答Can't display data with MongoDB, Mongoose, Node.js and Express in CoffeeScript
I\'ve got a Node.js, Express setup with Mongo and Mongoose written in CoffeeScript. I can save data into my collection with this code:[详细]
2023-04-12 15:49 分类:问答MongoDB: getting ObjectId of last inserted document with multiple, concurrent writers?
Consider the following scenario wi开发者_运维百科th MongoDB: Three writers (A,B,C) insert a document into the same collection.[详细]
2023-04-12 15:43 分类:问答MongoDB/NoSQL Performance and Design
I have a question that involves a performance question and Mongo Design. Currently a project I am working on will involve notifications[详细]
2023-04-12 14:18 分类:问答BsonValue and custom classes in MongoDB C# Driver
I\'m trying to use $push in an update query in mongodb, with the c# driver. The Update.Push(...) method requires a string name (that\'s fine), and a BsonValue to be \'pushed\'.This is where I run int[详细]
2023-04-12 14:00 分类:问答MongoDB - Merging two DBObjects
I am writing a model factory, for which I use JSON to load up a MongoDB DBObject like this: import com.mongodb.util.JSON;[详细]
2023-04-12 12:45 分类:问答Storing large XML in MongoDB
I have a pretty huge xml (>10mb in size & 40+ elements). Currently we store such xml in Oracle db and use xquery to query and retrieve parts of the xml. This process is slow and takes many db call[详细]
2023-04-12 11:48 分类:问答