I have to make a small project and I have to use a nosql db and a language which runs on the JVM. So i thought: Scala and MongoDB
I am using mongodb-v2.0. I have gone through the 32-bit mongodb limitation of \"2GB\". The thing which baffling me is 2GB limitation. I will explain our scenario :-
We started to use MongoDB at work. So far so good however I was asked to assess if MongoDB could do Replica Set and Sharding at the same time. After searching for a while I find out that yes it can bu
Removing a \'key\' from a document with MongoVUE is easy - just right click in view mode and select \'remove\'.
I am building a website which I host on Webfaction\'s most basic plan right now. However, today I got a message one of my processes was killed as it was consuming to much memory.
i\'m wondering why i\'m having troubles when inserting strings in db like hey hey %80 the \'%80\' still produce an eception :
I have been trying to find a way to generate unique Id\'s in mongodb. I know that mongodb has _id which is unique based on time which server its beeing added to among other things. The issue I am havi
I have a class User and I need to work with them in web services. Then problem is that if I try to serialize Id that is type of BsonObjectId, I see
In mongodb, I have a comments database with a collection of comments. Each comment has a \"videoId\" field that represents which video the comment belongs to.
In MongoDB \"db.foo.find()\" syntax, how can I tell it to match all letters and their accented versions?