Tagged Questions

24
votes
8answers
4k 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 mome …
4
votes
3answers
511 views

when to use MongoDB or other document oriented database systems?

hello, we offer a platform for video- and audio-clips, photos and vector-grafics. we started with mysql as database backend and recently included mongoDB for storing all meta-info …
3
votes
2answers
75 views

Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests?

I've used ASP.NET and now I'm working on a Sinatra/MongoDB app. With ASP.NET architecture, the connection to the database a given request uses comes from a pool of connections th …
3
votes
1answer
115 views

using sphinx search with mongodb as datasource

hello, we decided to use mongodb for some web application (instead of mysql) but want to stay with sphinx for indexing/searching all data stored in mongodb. as the mongodb object- …
3
votes
1answer
240 views

Which is the most suitable Key-Value Store for a RDBMS background person?

Is there a distinct winner among all the key-value stores? Cassandra, MongoDB, CouchDB? and do they all follow some central guidelines? or they all have their own say in defining t …
3
votes
1answer
182 views

Symfony (PHP framework) and MongoDB ( or any json-based database)

I was wondering if its possible to use a json-based schema-free, document-based database like Mongodb or Couchdb on a symfony project like its used for ruby-on-rails websites? And …
2
votes
4answers
145 views

Document based database for .NET

Hi, I would like to use some kind of nosql database in my web application which is written in asp.net mvc , but cannot find anything useful. I have a looked at MongoDB and CouchDB …
2
votes
1answer
203 views

Unique IDs with mongodb

If I were building a blog I could use the blog title as the unique identifier and parse it through the URL. However, what if I wanted to use numbers. You know how twitter has www.t …
1
vote
2answers
38 views

MongoMapper and migrations

I'm building a Rails application using MongoDB as the back-end and MongoMapper as the ORM tool. Suppose in version 1, I define the following model: class SomeModel include Mong …
1
vote
1answer
18 views

MongoDB takes long for indexing

I have the following setup: Mac Pro with 2 GB of RAM (yes, not that much) MongoDB 1.1.3 64-bit 8 million entries in a single collection index for one field (integer) wanted Cal …
1
vote
1answer
55 views

Storing Directory Hierarchy in a Key-Value Data store?

What is a clean/efficient method for storing the directory Hierarchy/tree in a Key-Value database (in my case MongoDB but any of them). For example a tree structure - Cars + …
1
vote
2answers
254 views

Updating nested documents in mongodb

Say I have a data structure something like this: { 'name': 'test', 'anotherdoc': { 'something': 'someval', 'somenum': 1 } } Now, say I wanted to set …
1
vote
2answers
296 views

Databases using JSON as storage/transport format

How many database systems there are that use JSON for storage or transport? I know of: CouchDB MongoDB DBSlayer I remember I saw yet another vendor in a SO user's profile. That …
0
votes
1answer
23 views

Two questions about mongodb and indexing

Hello, Two questions: If I remove all the data inside a collection (db.mycollection.remove({})) will the indexing information I created previously be lost? How often (how many m …
0
votes
3answers
34 views

mongodb, pymongo querying

Hello, I've been browsing through the documentation, but I can't seem to figure out a way to perform a find on my mongodb collection using only a key. For example, let's suppose t …

1 2 next
15 30 50 per page