You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2017/12/19 15:36:36 UTC

hbase git commit: HBASE-18384 Add link to refguide schema section on apache blog on hbase application archetypes

Repository: hbase
Updated Branches:
  refs/heads/branch-2 d53430b5f -> 1dca9142a


HBASE-18384 Add link to refguide schema section on apache blog on hbase application archetypes

Signed-off-by: Chia-Ping Tsai <ch...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1dca9142
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1dca9142
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1dca9142

Branch: refs/heads/branch-2
Commit: 1dca9142a82d17027cdec0c08aed25e29aa50d6a
Parents: d53430b
Author: Michael Stack <st...@apache.org>
Authored: Fri Jul 14 22:17:13 2017 +0100
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Tue Dec 19 23:36:16 2017 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/schema_design.adoc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1dca9142/src/main/asciidoc/_chapters/schema_design.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/schema_design.adoc b/src/main/asciidoc/_chapters/schema_design.adoc
index 82455a9..c091fc3 100644
--- a/src/main/asciidoc/_chapters/schema_design.adoc
+++ b/src/main/asciidoc/_chapters/schema_design.adoc
@@ -40,6 +40,9 @@ any quoted values by ~10 to get what works for HBase: e.g. where it says individ
 to go smaller if you can -- and where it says a maximum of 100 column families in Cloud Bigtable, think ~10 when
 modeling on HBase.
 
+See also Robert Yokota's link:https://blogs.apache.org/hbase/entry/hbase-application-archetypes-redux[HBase Application Archetypes]
+(an update on work done by other HBasers), for a helpful categorization of use cases that do well on top of the HBase model.
+
 
 [[schema.creation]]
 ==  Schema Creation