Each column family is a "store" (in fact there is one store per region and 
column families). Each region may have more than one actual HFile per store.
A new HFile (storefile) is create for example when the memstore is flushed to 
disk. When too many HFiles have accumulated for a store, they are compacted to 
fewer, larger files.

-- Lars



----- Original Message -----
From: ch huang <justlo...@gmail.com>
To: user@hbase.apache.org
Cc: 
Sent: Thursday, September 5, 2013 10:29 PM
Subject: what's different between numberOfStores and numberOfStorefiles in 
region status variables

hi all:

  i check the region server status though
http://IP:60030/rs-status<http://ip:60030/rs-status>
and see for some region ,the two variables is not always same,i wonder that
what's different between them?

numberOfStores=1,
numberOfStorefiles=3

Reply via email to