Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 76711 invoked from network); 5 Oct 2009 13:05:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 13:05:47 -0000 Received: (qmail 70930 invoked by uid 500); 5 Oct 2009 13:05:46 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 70911 invoked by uid 500); 5 Oct 2009 13:05:46 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 70902 invoked by uid 99); 5 Oct 2009 13:05:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 13:05:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of michael.greene@gmail.com designates 209.85.217.227 as permitted sender) Received: from [209.85.217.227] (HELO mail-gx0-f227.google.com) (209.85.217.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 13:05:37 +0000 Received: by gxk27 with SMTP id 27so2970518gxk.7 for ; Mon, 05 Oct 2009 06:05:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=RZyHZUaaODbWtnfb+z9XdnqIGGwCVnGrfV/pmPod/nI=; b=LT+Ry8qj79ycMjsKyJKxOjGJBOnxwRgmP+EaEIT9toZvQ5wn46ilBPRmVlkmbdr2e7 9coCDjy+U8gLJbBGx0kmnyzDARCvyD8DGmPG/VIXlItnyAMpuJq4ZUKIcmOqLFGxpHte T0TaYX94cV5+EsFKzXl2JiveHcEWaEWv+BTl0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=pq1FX8HUV+O6drLALJerrltyFWk9fByM0xu6J4TrXerBc+Zc9UGsa5LaIhBlpzXe0z RQ7Vok8yvNUwRWo6gPWoNx+BhNiZ94LJIiasGduG/5rzcMz8DSPRj+b7Ni0YPHafq4W3 dkJdDGZbUdnq7qrfJ0c8fOBc4BtXDMnLsVlT4= MIME-Version: 1.0 Received: by 10.100.62.1 with SMTP id k1mr5121788ana.106.1254747915415; Mon, 05 Oct 2009 06:05:15 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Oct 2009 08:05:15 -0500 Message-ID: Subject: Re: Cassandra and Oracle Coherence Comparison From: Michael Greene To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Briefly * Coherence is in-memory, Cassandra is persisted * Coherence has a transactional model, Cassandra is eventually consistent * Coherence has specially written adapters for different environments/languages, Cassandra supports most languages through Thrift * They both are distributed repositories of data written in Java Coherence seems to be in the same write-through cache / in-memory DB space as Terracotta or Gigaspaces, and not the distributed database space like Cassandra. It might be interesting to evaluate Coherence's clustering mechanisms, but I couldn't easily find documentation. Michael On Mon, Oct 5, 2009 at 7:41 AM, Evren Guden wrote: > Hi, > What are the differences and similarities between=A0Cassandra=A0and oracl= e > coherence? > Thanks in advance. > Sincerely, > Evren > >