Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 38826 invoked from network); 15 Jul 2008 21:26:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jul 2008 21:26:22 -0000 Received: (qmail 83503 invoked by uid 500); 15 Jul 2008 21:26:22 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 83487 invoked by uid 500); 15 Jul 2008 21:26:22 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 83476 invoked by uid 99); 15 Jul 2008 21:26:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 14:26:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 21:25:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A19DA234C15F for ; Tue, 15 Jul 2008 14:25:31 -0700 (PDT) Message-ID: <1258277504.1216157131660.JavaMail.jira@brutus> Date: Tue, 15 Jul 2008 14:25:31 -0700 (PDT) From: "Tim Sell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-746) Batching row mutations via thrift MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Batching row mutations via thrift --------------------------------- Key: HBASE-746 URL: https://issues.apache.org/jira/browse/HBASE-746 Project: Hadoop HBase Issue Type: Improvement Components: thrift Affects Versions: 0.2.0 Reporter: Tim Sell Priority: Minor Fix For: 0.2.0 It would be nice to be able to send to thrift a whole bunch of rows and mutations to be applied to them. This will be very useful when doing a large initial dump to HBase as doing the serialization for each row separately is expensive. The ThriftServer could use however HBASE-48 is solved. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.