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 81EEB183EC for ; Fri, 18 Dec 2015 06:17:41 +0000 (UTC) Received: (qmail 12874 invoked by uid 500); 18 Dec 2015 06:17:39 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 12798 invoked by uid 500); 18 Dec 2015 06:17:39 -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 12786 invoked by uid 99); 18 Dec 2015 06:17:39 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2015 06:17:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 265E41A12D7 for ; Fri, 18 Dec 2015 06:17:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.129 X-Spam-Level: *** X-Spam-Status: No, score=3.129 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id qhkcjyuUPzeX for ; Fri, 18 Dec 2015 06:17:37 +0000 (UTC) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 6C346201A4 for ; Fri, 18 Dec 2015 06:17:37 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id l133so65929991lfd.2 for ; Thu, 17 Dec 2015 22:17:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7U0hNrzv7yB381+xlcpNJvf3tqlrNeFKbvbj3aGcu+g=; b=v5O19xVsIN6u1LKMF0mS2HvnhlV1SppOE8axSVx6nwvwww/6OwewDR3gTI6DwZs3lb suqQN8M7SZyq96O+sMYkOr7UDwCwQkPi5GPq3iHNbce2eTDvgYGg970cxjaGddmpwwOL Mef+pqAqpepa7MHq8oaYO4dIil5eBmGcW5wnNqjT/xiHpq9pXF+zE42P1MXdNfVgcuQE xYe1CfW0Tx7v8gBPgd92JSEqLvhTvRw2kvRJe4nIpFmEqqvpxENpIftrK6zyeRqKpnIa RbFqpFNAjE2TKaCTw334CBY5VpqfiBTTCp2DnAQhp8s1oYxpzhVekKjyrgc5AduuawRH rQwg== MIME-Version: 1.0 X-Received: by 10.25.141.9 with SMTP id p9mr632173lfd.112.1450419451674; Thu, 17 Dec 2015 22:17:31 -0800 (PST) Received: by 10.114.27.134 with HTTP; Thu, 17 Dec 2015 22:17:31 -0800 (PST) Date: Fri, 18 Dec 2015 11:47:31 +0530 Message-ID: Subject: Type of Scan to be used for real time analysis From: Rajeshkumar J To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a1140122a3148a105272618fd --001a1140122a3148a105272618fd Content-Type: text/plain; charset=UTF-8 Hi, My hbase table holds 10 million rows and I need to query it and I want hbase to return the query within one or two seconds. Help me to choose which type of scan do I have to use for this - range scan or rowfilter scan Thanks --001a1140122a3148a105272618fd--