Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-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 AC2259C7A for ; Fri, 2 Mar 2012 09:21:50 +0000 (UTC) Received: (qmail 22221 invoked by uid 500); 2 Mar 2012 09:21:48 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 22199 invoked by uid 500); 2 Mar 2012 09:21:48 -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 22191 invoked by uid 99); 2 Mar 2012 09:21:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 09:21:48 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of hsn@sendmail.cz) Received: from [64.6.108.239] (HELO ponto.amerinoc.com) (64.6.108.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 09:21:40 +0000 Received: from fbsd8.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id q229LGFi003018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 2 Mar 2012 10:21:19 +0100 (CET) (envelope-from hsn@sendmail.cz) Received: from [127.0.0.1] ([10.0.0.1]) by fbsd8.localdomain (8.14.4/8.14.4) with ESMTP id q229LAGo091649 for ; Fri, 2 Mar 2012 10:21:10 +0100 (CET) (envelope-from hsn@sendmail.cz) Message-ID: <4F509101.4040602@sendmail.cz> Date: Fri, 02 Mar 2012 10:21:05 +0100 From: Radim Kolar User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: unidirectional communication/replication References: <6E11FA4D-3186-42F0-A3AF-CEF35EAC2B96@thelastpickle.com> In-Reply-To: <6E11FA4D-3186-42F0-A3AF-CEF35EAC2B96@thelastpickle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 120302-0, 02.03.2012), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org > If you need to dump a lot of data consider the Hadoop integration. http://wiki.apache.org/cassandra/HadoopSupport It can run a bit faster than going through the thrift api. cassandra hadoop integration reads sstables directly instead of going via thrift?