bsglz commented on a change in pull request #1799:
URL: https://github.com/apache/hbase/pull/1799#discussion_r431845623



##########
File path: src/main/asciidoc/_chapters/schema_design.adoc
##########
@@ -127,8 +127,8 @@ ____
 ==  On the number of column families
 
 HBase currently does not do well with anything above two or three column 
families so keep the number of column families in your schema low.
-Currently, flushing and compactions are done on a per Region basis so if one 
column family is carrying the bulk of the data bringing on flushes, the 
adjacent families will also be flushed even though the amount of data they 
carry is small.
-When many column families exist the flushing and compaction interaction can 
make for a bunch of needless i/o (To be addressed by changing flushing and 
compaction to work on a per column family basis). For more information on 
compactions, see <<compaction>>.
+Currently, flushing are done on a per Region basis so if one column family is 
carrying the bulk of the data bringing on flushes, the adjacent families will 
also be flushed even though the amount of data they carry is small.

Review comment:
       Fixed, thanks a lot.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to