You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2007/12/02 03:06:09 UTC

[Lucene-hadoop Wiki] Update of "Hbase/HbaseShell/Executor" by udanax

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 |
+                               +--------+
+ }}}
+