Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 51105 invoked from network); 2 Dec 2007 02:06:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2007 02:06:30 -0000 Received: (qmail 64977 invoked by uid 500); 2 Dec 2007 02:06:18 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 64931 invoked by uid 500); 2 Dec 2007 02:06:18 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 64922 invoked by uid 99); 2 Dec 2007 02:06:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2007 18:06:18 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 02:06:06 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 558D8D2E6 for ; Sun, 2 Dec 2007 02:06:09 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: hadoop-commits@lucene.apache.org Date: Sun, 02 Dec 2007 02:06:09 -0000 Message-ID: <20071202020609.21071.66849@eos.apache.org> Subject: [Lucene-hadoop Wiki] Update of "Hbase/HbaseShell/Executor" by udanax X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification. The following page has been changed by udanax: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseShell/Executor ------------------------------------------------------------------------------ == Intergrated Query Executor Architecture == + {{{ + +----------------+ + | Access methods | + +----------------+ + / \ + +----------+ +-------------+ +-------------------------+ + | Table | | Index +-------------+ Virtual Index Interface | + +------+---+ +------+------+ +-------------------------+ + / \ | \ + / \ | \ + +-------------------------+ +-----+-------------------+ +------+------+ +-------- + | Built-in multiple table | | Virtual table interface | | Functional | + +-------------------------+ +-------+---------+-------+ +-------------+ + / \ + +--------+ + | Matrix | + +--------+ + }}} +