HBASE-20454 [DOC] Add note on perf to upgrade section
Signed-off-by: Mike Drob <mdrob@apache.org>
This commit is contained in:
parent
556b223744
commit
7fc6e33be3
|
@ -576,6 +576,17 @@ The internal changes to HBase during this upgrade were sufficient for compilatio
|
|||
|
||||
If you previously relied on client side tracing integrated with HBase operations, it is recommended that you upgrade your usage to HTrace 4 as well.
|
||||
|
||||
[[upgrade2.0.perf]]
|
||||
.Performance
|
||||
|
||||
You will likely see a change in the performance profile on upgrade to hbase-2.0.0 given
|
||||
read and write paths have undergone significant change. On release, writes may be
|
||||
slower with reads about the same or much better, dependent on context. Be prepared
|
||||
to spend time re-tuning (See <<performance>>).
|
||||
Performance is also an area that is now under active review so look forward to
|
||||
improvement in coming releases (See
|
||||
link:https://issues.apache.org/jira/browse/HBASE-20188[HBASE-20188 TESTING Performance]).
|
||||
|
||||
////
|
||||
This would be a good place to link to an appendix on migrating applications
|
||||
////
|
||||
|
|
Loading…
Reference in New Issue