From f4dba9d98e99be512a54a0239ec05368b633bb52 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 29 Jan 2014 00:12:58 +0000 Subject: [PATCH] Link to good thread on read time perf issues git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1562324 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/docbkx/performance.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/docbkx/performance.xml b/src/main/docbkx/performance.xml index d4e09b49e4e..2c4ed69dd04 100644 --- a/src/main/docbkx/performance.xml +++ b/src/main/docbkx/performance.xml @@ -433,7 +433,9 @@ Deferred log flush can be configured on tables via Reading from HBase - + The mailing list can help if you are having performance issues. + For example, here is a good general thread on what to look at addressing + read-time issues: HBase Random Read latency > 100ms
Scan Caching