Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 4147999AB for ; Sat, 29 Oct 2011 23:19:50 +0000 (UTC) Received: (qmail 57979 invoked by uid 500); 29 Oct 2011 23:19:48 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 57936 invoked by uid 500); 29 Oct 2011 23:19:48 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 57928 invoked by uid 99); 29 Oct 2011 23:19:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 23:19:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dave.barr@gmail.com designates 209.85.210.169 as permitted sender) Received: from [209.85.210.169] (HELO mail-iy0-f169.google.com) (209.85.210.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Oct 2011 23:19:44 +0000 Received: by iagf6 with SMTP id f6so8642812iag.14 for ; Sat, 29 Oct 2011 16:19:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=PQeBaAdtMmqvm6bHZCLmSvoUcNswevEW35lp3ji2+Wg=; b=OOxeyqDvkGO3PICXO/WiRMrspiSdwXRc6iII7bt2BqJOVJvQIBss6sRtvfbj6rAD71 +A+84CRRPa3UGBeVASkGH5yLCk0Z976qVc4I+Yh2Lo5dMbg2BIXFLZNmRVEQedEX3YIJ 6ErSJL1BVSaKMZ8vCmZiUYww4hDqwlJgXaEbk= MIME-Version: 1.0 Received: by 10.68.199.41 with SMTP id jh9mr13028932pbc.60.1319930363268; Sat, 29 Oct 2011 16:19:23 -0700 (PDT) Received: by 10.68.66.129 with HTTP; Sat, 29 Oct 2011 16:19:23 -0700 (PDT) In-Reply-To: References: Date: Sat, 29 Oct 2011 16:19:23 -0700 Message-ID: Subject: Re: async HBase From: Dave Barr To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 If you want an example of asynchbase (https://github.com/stumbleupon/asynchbase), check out http://opentsdb.net/ --Dave On Thu, Oct 27, 2011 at 4:24 PM, Jignesh Patel wrote: > How efficient it is to use asynch HBase for the performance improvement so > that it can be used for accepting real time request from the online web > application? > https://github.com/danirayan/asynchbase > > -Jignesh >