From user-return-12858-apmail-cassandra-user-archive=cassandra.apache.org@cassandra.apache.org Thu Feb 03 15:30:21 2011 Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 4221 invoked from network); 3 Feb 2011 15:30:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 15:30:20 -0000 Received: (qmail 99267 invoked by uid 500); 3 Feb 2011 15:30:17 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 97951 invoked by uid 500); 3 Feb 2011 15:30:15 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 97927 invoked by uid 500); 3 Feb 2011 15:30:11 -0000 Delivered-To: apmail-incubator-cassandra-user@incubator.apache.org Received: (qmail 97921 invoked by uid 99); 3 Feb 2011 15:30:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 15:30:11 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dan.kuebrich@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-iw0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 15:30:04 +0000 Received: by iwn8 with SMTP id 8so1208859iwn.6 for ; Thu, 03 Feb 2011 07:29:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=PbcmABY4BloJt7lUShyFlE4f/QFBn+Y+Od4xcJKucgQ=; b=bxttTIXMPggaG0+qBDckZwWlpdfCtxP0//wtF4rAi/vhXUuFZjmE6b3C5/s4y6jOph 982jyJ3SWo+CmlCa8800PAbWtjM2Uum8tRvjFxsINMW6wH+XcG6BN54ZMxzhthRfdJSs tlLKi0Into0zMdhWd1pqoFkmpEGF8NLUgtrV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=KFTePxtDL5g7+ZtunwDOSZ06DCmZceMeUD/dt3Z6Wb2gYYYGBIaTdnSpoVB7iSQj8I ssX23v0FWy9ofrlFCw1FPG32b+KCrns348PzaQSahArvUUXZ7DRTLDN/8vd1G2kLvugH cO3DPSXX/y+ZmoMA/2dWiSFsUwgLWBpWtOD/s= Received: by 10.42.239.136 with SMTP id kw8mr12895953icb.502.1296746983899; Thu, 03 Feb 2011 07:29:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.175.196 with HTTP; Thu, 3 Feb 2011 07:29:23 -0800 (PST) In-Reply-To: <1296745361977-5989122.post@n2.nabble.com> References: <444A7EA33F637942BBE9D648607A902107FBFCDA@NLCARD1.newlaw.local> <1296745361977-5989122.post@n2.nabble.com> From: Dan Kuebrich Date: Thu, 3 Feb 2011 10:29:23 -0500 Message-ID: Subject: Re: Using Cassandra to store files To: user@cassandra.apache.org Cc: cassandra-user@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf304347a456c2b2049b626fca X-Virus-Checked: Checked by ClamAV on apache.org --20cf304347a456c2b2049b626fca Content-Type: text/plain; charset=ISO-8859-1 > > > CouchDB > That's not what document-oriented means! (har har) I don't know all the details of your case, but with serving static files I suspect you could do ok with something that has a much smaller memory/cpu footprint as you won't have as great of write throughput / read latency concerns. I've used mogilefs for this before. -- > View this message in context: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Using-Cassandra-to-store-files-tp5988698p5989122.html > Sent from the cassandra-user@incubator.apache.org mailing list archive at > Nabble.com. > --20cf304347a456c2b2049b626fca Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

CouchDB
That's not what document-oriented means! (= har har)

I don't know all the details of your = case, but with serving static files I suspect you could do ok with somethin= g that has a much smaller memory/cpu footprint as you won't have as gre= at of write throughput / read latency concerns. =A0I've used mogilefs for this before.

--
View this message in context: http://cassandra-user-incubator-apache-org.306= 5146.n2.nabble.com/Using-Cassandra-to-store-files-tp5988698p5989122.html
Sent from the
cassan= dra-user@incubator.apache.org mailing list archive at Nabble.com.

--20cf304347a456c2b2049b626fca--