Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

database mongo

0
votes
2 answers
38 views

How do I do a "NOT IN" query in Mongo?

This is a document: { title:"Happy thanksgiving", body: "come over for dinner" blocked:[ {user:333, name:'john'}, {user:994, name:'jessica'},…
asked June 17, 2011 3:47 pm CDT
Owalla
0
votes
3 answers
27 views

In Mongodb, how do I get the count of the total results returned, without the limit?

Let's say i put a limit and skip on the MongoDB query...I want to know the total results if there was not a limit on there. Of course, I could do…
asked June 16, 2011 1:05 am CDT
Owalla
0
votes
1 answers
35 views

MongoDB Database Structure and Best Practices Help

I'm in the process of developing Route Tracking/Optimization software for my refuse collection company and would like some feedback on my current…
asked June 11, 2011 2:48 pm CDT
j3ffz
0
votes
0 answers
27 views

Memcached advice/tutorial? (using in python framework + backend)

is there a skeleton setup example (with the options available for each of the api configurable values?)? this question/answer get close to what i…
asked June 9, 2011 8:29 am CDT
user664304
1
vote
2 answers
60 views

Can't connect to MongoD / byzarre

I installed mongoDB through the official tutorial http://www.mongodb.org/display/DOCS/Building+for+Linux The daemon starts up, a netstat-na | grep…
asked May 19, 2011 6:08 am CDT
Julien Moulin
0
votes
0 answers
57 views

Approximately, how many writes can a EC2 large dedicated Mongo server handle?

Let's assume that it was only writes. Each "document" inserted is less than 140 characters. How many writes can this database handle?
asked May 11, 2011 7:32 am CDT
Alex
0
votes
0 answers
58 views

What IP does my web server connect to after I set up replica set in Mongo?

Install Mongo on A. Start the server: $ mongod --rest --replSet myset rs.initiate() on A. Install Mongo on B. Start the server: $ mongod --rest…
asked May 7, 2011 3:55 am CDT
Alex
0
votes
3 answers
36 views

Can Mongo be deployed to production on one server?

I don't want to rent another server... But wikipedia says: MongoDB should never be deployed on fewer than two servers[citation needed]: a master and…
asked May 7, 2011 1:39 am CDT
Alex
0
votes
2 answers
57 views

How to perform this sort in MongoDB? (embedded sorting)

chat = { messages: [ { body:"asdf", timestamp: 234256243 }, { body:"asdf", timestamp: 234256241 }, { body:"asdf", timestamp: 544256244 }, }; Suppose…
asked April 30, 2011 8:29 pm CDT
Owalla
0
votes
1 answer
46 views

How would I execute this query in MongoDB?

Let's say I have a collection of "rooms". Each room is a document that looks like this: room = { perms: [ { user:"matt", visible: 1 }, {…
asked April 30, 2011 6:46 pm CDT
TIMEX
0
votes
3 answers
51 views

How would I design this schema in MongoDB?

Let's take an example of a chat room. Should I create 2 collections: Room and Messages , and store the room details (title, description) separately…
asked April 28, 2011 3:49 pm CDT
TIMEX
0
votes
1 answers
45 views

How do I perform this query in Mongoose? (MongoDB for Node.js)

Let's say I have a model called User . I have an array with object Ids. I want to get all User records that "intersect" with the array of Ids that I…
asked April 28, 2011 7:04 am CDT
TIMEX
0
votes
2 answers
48 views

How come this MongoDB update doesn't work?

db.posts.update({}, {"pop_score":999}); db.posts.find({},{"pop_score":1}); { "_id" : ObjectId("4d8eadd6df83500f3b000004"), "pop_score" : 0 } { "_id"…
asked April 20, 2011 4:30 pm CDT
TIMEX
2
votes
5 answers
37 views

Why did this line delete everything in my MongoDB database?

Ok, so I'm trying to roll out a small update to my site. One update includes querying upon a field that may or may not exist. This doesn't work as I…
asked April 19, 2011 11:25 pm CDT
Earlz
0
votes
1 answer
32 views

How efficient is it to search through arrays of data in NoSQL

I'm currently in the process of migrating a CRM over to Mongo. Our leads table has a schema that varies a lot so it makes sense to put it in a NoSQL…
asked April 19, 2011 10:24 am CDT
Adam
1
vote
0 answers
46 views

Many to Many Relationships in Mongo

Hey, I've got a bit of a problem right now trying to figure out how to resolve a specific many to many model in Mongo. I have an event scheduling…
asked April 18, 2011 11:11 am CDT
Adam
0
votes
1 answer
41 views

How do I do this query in MongoDB?

Suppose I have many "posts" in a database as documents, each with an "author" attribute. I want to execute a query like this: posts.find(author IN…
asked March 30, 2011 8:13 pm CDT
TIMEX
0
votes
1 answer
49 views

How to create database in mongodb using MongoVUE tool

Hello Guys, I have to create the database as name "personal_connections" using mongoVUE tool. but i am getting application error message as below…
asked March 17, 2011 3:55 am CDT
javaamtho
0
votes
2 answers
55 views

In Mongo, how do I find all the documents, but display only their titles?

There's a ['title'] attribute inside each document. How can I do a .find, but only display the title?
asked February 23, 2011 2:22 am CST
TIMEX
2
votes
3 answers
42 views

Basic mongodb theory

This will no doubt be a stupid question, and we can all laugh about how stupid it is when the answer points out the glaring simplicity of it all,…
asked February 22, 2011 2:59 am CST
Colin
Pages : 1 | 2 >
33

database mongo

Tagged: database + mongo
Related Tags
mongodb × 148
database × 33
php × 16
nosql × 14
query × 11
python × 9
mongoid × 7
c# × 7
mapreduce × 7
java × 7
pymongo × 5
ruby × 4
node.js × 4
sharding × 3
doctrine × 3
json × 3
bson × 3
security × 3
mysql × 3
javascript × 3
index × 2
data × 2