MongoDB is a scalable, high-performance, open source, document-oriented database. It supports a large number of languages and application development platforms.
386
votes
14answers
78k views
MongoDB or CouchDB - fit for production?
I was wondering if anyone can tell me if MongoDB or CouchDB are ready for a production environment.
I'm now looking at these storage solutions (I'm favouring MongoDB at the moment), however these ...
261
votes
8answers
63k views
When to use MongoDB or other document oriented database systems?
We offer a platform for video- and audio-clips, photos and vector-grafics. We started with MySQL as the database backend and recently included MongoDB for storing all meta-information of the files, ...
154
votes
6answers
68k views
MongoDB vs. Cassandra [closed]
I am evaluating what might be the best migration option.
Currently, I am on a sharded MySQL (horizontal partition), with most of my data stored in JSON blobs. I do not have any complex SQL queries ...
101
votes
5answers
41k views
How to query mongodb with “like”?
I'm using mongodb 1.4.
I want query something as SQL's like.
For an example in SQL:
select * from users where name like '%m%'
How to do the same in mongodb? I can't find a operator for like in ...
94
votes
6answers
16k views
NoSQL (MongoDB) vs Lucene (or Solr) as your database
With the NoSQL movement growing based on document-based databases, I've looked at MongoDB lately. I have noticed a striking similarity with how to treat items as "Documents", just like Lucene does ...
92
votes
12answers
38k views
node.js database [closed]
I'm looking for a database to pair with a node.js app. I'm assuming a json/nosql db would be preferable to a relational DB [I can do without any json/sql impedance mismatch]. I'm considering:
...
80
votes
6answers
27k views
How much faster is Redis than mongoDB?
It's widely mentioned that Redis is "Blazing Fast" and mongoDB is fast too. But, I'm having trouble finding actual numbers comparing the results of the two. Given similar configurations, features and ...
76
votes
3answers
44k views
How do I drop a MongoDB database, from the command line?
What's the easiest way to do this from my bash prompt?
71
votes
3answers
22k views
Delete everything in a MongoDB database
I'm doing development on MongoDB. For totally non-evil purposes, I sometimes want to blow away everything in a database—that is, to delete every single collection, and whatever else might be lying ...
70
votes
5answers
7k views
Pretty print in MongoDB shell as the default
Is there a way to force Mongo command line interface to pretty print output? Currently, everything is output to a single line and it's difficult to read, especially with nested arrays and documents.
68
votes
13answers
12k views
Mongoid or MongoMapper?
I have tried MongoMapper and it is feature complete (offering almost all AR functionality) but i was not very happy with the performance when using large datasets. Has anyone compared with Mongoid? ...
68
votes
4answers
13k views
Ways to implement data versioning in MongoDB
Can you share your thoughts how would you implement data versioning in MongoDB. (I've asked similar question regarding Cassandra. If you have any thoughts which db is better for that please share)
...
65
votes
4answers
17k views
How to print out more than 20 items (documents) in MongoDB's shell?
db.foo.find().limit(300)
won't do it... it still prints out 20
db.foo.find().toArray()
db.foo.find().forEach(printjson)
will both print out very expanded view of each document instead of ...
65
votes
6answers
8k views
Use cases for NoSQL
NoSQL has been getting a lot of attention in our industry recently. I'm really interested in what peoples thoughts are on the best use-cases for its use over relational database storage. What should ...
64
votes
5answers
12k views
Mongodb: What to know before using?
I'm starting a hobby (non-revenue) project using Ruby on Rails. I've done a fair amount of development in Rails using Postgresql, and I can make a pretty good imitation of normalized schema. ...
63
votes
8answers
14k views
Random record from MongoDB
I am looking to get a random record from a huge (100 million record) mongodb. What is the fastest and most efficient way to do so? The data is already there and there are no field in which I can ...
56
votes
6answers
22k views
Has anybody actually used django-mongodb? [closed]
I can't find any documentation on this or any forum discussions. Has anybody at least gone through their testapp? I feel like there are errors in their code (deprecated from the most recent version of ...
56
votes
6answers
29k views
How do I perform the SQL Join equivalent in MongoDB?
How do I perform the SQL Join equivalent in MongoDB?
For example say you have two collections (users and comments) and I want to pull all the comments with pid=444 along with the user info for each.
...
53
votes
8answers
19k views
What should I choose: MongoDB/Cassandra/Redis/CouchDB? [closed]
We're developing a really big project and I was wondering if anyone can give me some advice about what DB backend should we pick.
Our system is compound by 1100 electronic devices that send a signal ...
52
votes
4answers
22k views
mongodb: how to get the last N records?
I can't find anywhere it has been documented this. By default, the find() operation will get the records from beginning. How can I get the last N records in mongodb?
Edit: also I want the returned ...
50
votes
3answers
13k views
NoSQL - MongoDB vs CouchDB
I am a complete noob when it comes to the NoSQL movement. I have heard lots about MongoDB and CouchDB. I know there are differences between the two. Which do you recommend learning as a first step ...
50
votes
2answers
11k views
MongoDB Get names of all keys in collection
I'd like to get the names of all the keys in a MongoDB collection.
For example, from this:
db.things.insert( { type : ['dog', 'cat'] } );
db.things.insert( { egg : ['cat'] } );
db.things.insert( { ...
50
votes
3answers
30k views
How to put username & password in MongoDB?
I want to set up the user name & password for my mongoDB. so that any remote access will ask for the user name & password. Is there a way to do it? I tried the tutorial from the mongo site ...
49
votes
5answers
22k views
Reducing MongoDB database file size
I've got a MongoDB database that was once large (>3GB). Since then, documents have been deleted and I was expecting the size of the database files to decrease accordingly.
But since MongoDB keeps ...
48
votes
2answers
7k views
A simple mongodb question: embed? or reference?
I'm new to mongodb from a relation-database background. I want design a question structure with some comments, but I don't know what I should do: embed? or reference?
A question with some comments, ...
48
votes
3answers
12k views
A list of indices in MongoDB?
Is there a way to see a list of indices on a collection in mongodb in shell? i read through http://www.mongodb.org/display/DOCS/Indexes but i dont see anything
46
votes
8answers
12k views
Are there any e-commerce websites that use NoSQL databases [closed]
I have read a lot lately about 'NoSQL' databases such as CouchDB, MongoDB etc. Most of the websites I have seen using this are mainly text based websites such as The New York Times and Source forge.
...
46
votes
7answers
6k views
Are MongoDB and CouchDB perfect substitutes?
I haven't got my hands dirty yet with neither CouchDB nor MongoDB but I would like to do so soon... I also have read a bit about both systems and it looks to me like they cover the same cases... Or am ...
44
votes
15answers
21k views
How can I browse or query live MongoDB data?
I've googled around but couldn't find a working MongoDB viewer or data browser.
An ideal (for my needs) tool would be a web based viewer with dead simple features (browsing and doing queries).
44
votes
3answers
19k views
Understanding MongoDB BSON Document size limit
From MongoDB The Definitive Guide:
Documents larger than 4MB (when converted to BSON) cannot be
saved to the database. This is a somewhat arbitrary limit (and may be
raised in the future); it ...
44
votes
2answers
5k views
NoSQL best practices [closed]
What are the best practices for NoSQL Databases, OODBs or whatever other acronyms may exist for them?
For example, I've often seen a field "type" being used for deciding how the DB document (in ...
43
votes
2answers
6k views
How to implement has_many :through relationships with Mongoid and mongodb?
Using this modified example from the Rails 3 guides, how does one model a relational "has_many :through" association using mongoid?
The challenge is that mongoid does not support has_many :through as ...
41
votes
4answers
18k views
When to use CouchDB over MongoDB and vice versa [closed]
I am stuck between these two NoSQL databases. In my project i will be creating a database within a database. For example, I need a solution to create dynamic tables. So users can create tables with ...
40
votes
6answers
17k views
MongoDB: Is it possible to make a case-insensitive query?
Example:
> db.stuff.save({"foo":"bar"});
> db.stuff.find({"foo":"bar"}).count();
1
> db.stuff.find({"foo":"BAR"}).count();
0
40
votes
4answers
17k views
MongoDB ORM for Python? [closed]
im trying to convert from sqlalchemy (sqlite) to using mongodb. i would like schema vertification. im looking at mongokit, but i want something with similar to mappers, so that it would save from ...
40
votes
3answers
25k views
MongoDB and “joins”
I'm sure MongoDB doesn't officially support "joins". What does this mean?
Does this mean "We cannot connect two collections(tables) together."?
I think if we put the value for _id in collection A to ...
40
votes
3answers
30k views
MongoDB vs MySQL
I used to build Ruby on Rails apps with MySQL.
MongoDB currently become more and more famous and I am now starting to give it a try.
The problem is, I don't know the underlying theory of how MongoDB ...
40
votes
5answers
6k views
What does MongoDB not being ACID compliant really mean?
I am not a database expert and have no formal computer science background, so bear with me. I want to know the kinds of real world negative things that can happen if you use MongoDB, which is not ...
40
votes
1answer
822 views
User field missing in system.profile collection when connecting with Mongos
We have a MongoDB cluster and clients connecting to it through a Mongos instance. The individual mongo(s) in the cluster are all running with --auth, and the Mongo use a --keyfile when communicating ...
39
votes
2answers
12k views
MongoDB on EC2 server or AWS SimpleDB?
What scenario makes more sense - host several EC2 instances with MongoDB installed, or much rather use the Amazon SimpleDB webservice?
When having several EC2 instances with MongoDB I have the ...
39
votes
2answers
8k views
MongoDB Many-to-Many Association
How would you do a many-to-many association with MongoDB?
For example; let's say you have a Users table and a Roles table. Users have many roles, and roles have many users. In SQL land you would ...
38
votes
8answers
22k views
New to MongoDB Can not run command mongo
I was trying to run MongoDB:
E:\mongo\bin>mongod
mongod --help for help and startup options
Sun Nov 06 18:48:37
Sun Nov 06 18:48:37 warning: 32-bit servers don't have journaling ...
38
votes
2answers
7k views
Performing regex Queries with pymongo
I am trying to perform a regex query using pymongo against a mongodb server. The document structure is as follows
{
"files": [
"File 1",
"File 2",
"File 3",
"File 4"
],
...
36
votes
2answers
13k views
How to check if an array field contains a unique value or another array in MongoDB?
I am using mongodb now.
I have blogpost collection, and blogpost has a tags filed which is an array, e.g.
blogpost1.tags = ['tag1', 'tag2', 'tag3', 'tag4', 'tag5']
blogpost2.tags = ['tag2', 'tag3']
...
35
votes
8answers
3k views
So… this NoSQL thing
I've been looking at MongoDB and I'm fascinated. It appears (although I have to be suspicious) that in exchange for organizing my database in a slightly different way, I get as much performance as I ...
35
votes
1answer
11k views
How to configure MongoDB Java driver MongoOptions for production use?
I've been searching the web looking for best practices for configuring MongoOptions for the MongoDB Java driver and I haven't come up with much other than the API. This search started after I ran into ...
35
votes
1answer
1k views
AutoReconnect exception “master has changed”
Having some trouble understanding the right approach here.
I have a connection to a mongodb replica set with three members (standard master-slave-slave). Everything is working fine with the ...
34
votes
2answers
974 views
Why do I end up with java.lang.IllegalArgumentException for Casbah / Java MongoDB Driver?
I'm seeing a strange issue using the casbah / java driver.
I keep running into the following exception when the driver tries to create a response from mongo:
Oct 16, 2012 10:45:07 AM ...
33
votes
5answers
9k views
Which Python API should be used with Mongo DB and Django
I have been going back and forth over which Python API to use when interacting with Mongo. I did a quick survey of the landscape and identified three leading candidates.
PyMongo
MongoEngine
Ming
...
32
votes
9answers
25k views
couldn't connect to server 127.0.0.1 shell/mongo.js
when i setup mongodb in my ubuntu , i try : ./mongo it show this error :
couldn't connect to server 127.0.0.1 shell/mongo.js
so what can i do ,
thanks

