Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F2445997C for ; Thu, 19 Jan 2012 02:27:59 +0000 (UTC) Received: (qmail 19340 invoked by uid 500); 19 Jan 2012 02:27:57 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 18485 invoked by uid 500); 19 Jan 2012 02:27:56 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 18474 invoked by uid 99); 19 Jan 2012 02:27:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2012 02:27:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2012 02:27:51 +0000 Received: by vcmm1 with SMTP id m1so4477337vcm.11 for ; Wed, 18 Jan 2012 18:27:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=L2G4/vCWXDWtf9GTo78WV/jVpEW+saByMjhG3XGgLoU=; b=wDO76EJ9qjCAfxEHgnBidAobk+8dWJCiLJPeUY+begoBM9p+Q+eSU584PMi9QCW0vi wNhBAXLyCoxOHlYfXEyaZHuN/t7u6tZ1DkXBnL0fTvlTG7T1R3THWqRIdr6ctP1IyoS2 Qee4BNNGHZI0Pl5L+iU/X2NnDjIbwFpEFt5k0= Received: by 10.220.107.73 with SMTP id a9mr14526257vcp.11.1326940050349; Wed, 18 Jan 2012 18:27:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.7.208 with HTTP; Wed, 18 Jan 2012 18:26:49 -0800 (PST) In-Reply-To: References: From: Paul Davis Date: Wed, 18 Jan 2012 20:26:49 -0600 Message-ID: Subject: Re: DynamoDB To: user@couchdb.apache.org Cc: couchdb-user@apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I skimmed the docs. It looks more like a SimpleDB with more scaling than it does a CouchDB replacement. Definitely going to spend more time reading later to see if there are any decent ideas to borrow. On Wed, Jan 18, 2012 at 7:19 PM, Mark Hahn wrote: > I assume most of you have seen the Amazon announcement for the new > hosted DynamoDB service. > > http://www.allthingsdistributed.com/2012/01/amazon-dynamodb.html > > I was kind of excited about it since it's a nosql db that looked similar = to > couch at first. =A0After studying the api I was surprised to see that you > could only index on one field. =A0Has anyone else considered using it? = =A0What > use-case is it good for?