Re: some questions


Chronological Thread 
  • From: Adam Jacob <adam@opscode.com>
  • To: chef@lists.opscode.com
  • Subject: Re: some questions
  • Date: Thu, 23 Apr 2009 17:17:05 -0700

On Thu, Apr 23, 2009 at 4:58 PM, David Balatero <dbalatero@gmail.com> wrote:
> Yeah, I don't see what benefits couchdb has over sqlite3 at the scale we are
> talking either. Can anyone clarify?

At a significant size, sqlite3 will have all sorts of lock contention
and other issues.  You'll want to get to replication, caching,
redundancy, etc. eventually for the data storage layer.  Those issues
are all solved and trivial with CouchDB.

You could solve them with MySQL or PostgreSQL as well, but the reality
is we would be using those databases in the most trivial manner
possible.  Once the search interface is improved, I think this will
become significantly less of an issue.

Adam

-- 
Opscode, Inc.
Adam Jacob, CTO
T: (206) 508-4759 E: adam@opscode.com



Archive powered by MHonArc 2.6.16.

§