30
votes
8answers
5k 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 …
30
votes
6answers
3k views
Anyone using CouchDB?
I've followed the CouchDB project with interest over the last couple of years, and see it is now an Apache Incubator project. Prior to that, the CouchDB web site was full of do not use for production …
19
votes
4answers
2k views
Why should I use document based database instead of relational database?
Why should I use document based database like CouchDB instead of using relational database.
Are there any typical kinds of applications or domains where the document based database is more suitable …
15
votes
3answers
825 views
Non-Relational Database Design
I'm interested in hearing about design strategies you have used with non-relational "nosql" databases - that is, the (mostly new) class of data stores that don't use traditional relational design or …
15
votes
5answers
2k views
Can I do transactions and locks in CouchDB?
I need to do transactions (begin, commit or rollback), locks (select for update).
How can I do it in a document model db?
Edit:
The case is this:
I want to run an auctions site.
And I think how to …
14
votes
7answers
473 views
Anatomy of a Distributed System in PHP
I've a problem which is giving me some hard time trying to figure it out the ideal solution and, to better explain it, I'm going to expose my scenario here.
I've a server that will receive orders
…
11
votes
6answers
853 views
How to stop thinking “relationally”
At work, we recently started a project using CouchDB (a document-oriented database). I've been having a hard time un-learning all of my relational db knowledge.
I was wondering how some of you …
10
votes
8answers
2k views
What is the difference between CouchDB and Lotus Notes?
I was looking into the possibility of using CouchDB. I heard that it was similar to Lotus Notes which everyone loves to hate. Is this true?
9
votes
3answers
885 views
what is the difference between Cassandra and CouchDB?
I'm looking both projects and I can't really see the difference
from Cassandra Site:
Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store...Cassandra is …
8
votes
3answers
558 views
How do you Schedule Index Updates in CouchDB
As far as I understand, CouchDB indexes are updated when a view is queried. Assuming there are more reads than writes, isn't this bad for scaling? How would I configure CouchDB to update indexes on …
8
votes
4answers
895 views
CouchDB Backups and Cloneing the Database
We're looking at CouchdDB for a CMS-ish application. I know the database is implemented as a set of files in the file system, what I'm looking for are common patterns, best practices and workflow …
7
votes
5answers
1k views
When to use CouchDB vs RDBMS
I am looking at CouchDB, which has a number of appealing features over relational databases including:
intuitive REST/HTTP interface
easy replication
data stored as documents, rather than normalised …
7
votes
4answers
735 views
Is there a hosted CouchDB service provider?
I'd like to learn CouchDB and wondered if there was a host provider that offered CouchDB services. If you have used one please detail your experiences.
Update:
I discovered thta CouchDB is …
7
votes
2answers
611 views
CouchApps and user authentication
I posted a variation of this question to the CouchDB user list and haven't received a response yet.
I'm curious to know if anyone else has built a so-called "CouchApp"; a pure HTML/JavaScript …
7
votes
2answers
447 views
Eventual Consistency
I am in the early stages of design of an application that has to be highly available and scalable. I want to use an eventual consistency data model for this for a number of reasons. I know and …
