I\'m building a card game (basic 52 card deck of playing cards 4 suits * 13 ranks), and I\'ve decided on MongoDB for this project.
I am new to developing with mongodb.This may be a noobish question but I was wondering what the benefit in creating a 1:1 embedding is in mongodb? Why is usef开发者_运维问答ul over attributes which ho
I have an object 开发者_运维问答results that\'s very large (maybe over 1,000 items). I\'m iterating over it to save to the DB but this seems very inefficient:
I can\'t figure out for the life of my to select from a collection with the or parameter. It\'s not working at all for me and I can\'t really find any documentation on it for php.
Just wanted to ask some advice when building a database with mongodb, I have been reading a lot that if you have a database with a lot of joins it\'s better to go with say postgresql.
I am new to Mo开发者_运维问答ngo DB can we insert the data in java and retrieve the data from Mongo DB using java script?
I got a problem in C# class design for mongodb, suppose there two class: public class Group { public Group()
I m designing a mongo db schema for a site like stackoverflow. There are questions and users. Users can add questions to their favorite list and they can search for a question within the favorite list
I\'m trying to save a List of Generics(M) through Mongo/Morphia. I get this error when I tried to save:
This is my first project using a NoSQL database and I am wondering how to structure my data in the most efficient way.