diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index f10f19100b9..ed7d1900db8 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -1277,6 +1277,20 @@ of all regions. up in javadocs. + + HBase and Schema Design +
+ + Monotonically Increasing Row Keys; e.g. timeseries data + + See this comic by IKai Lan on why monotically increasing row keys are + problematic in BigTable-like datastores: + monotonically increasing values are bad + See OpenTSDB as a way for managing + timeseries data on top of HBase +
+
+ Metrics See Metrics.