Skip to content

Instantly share code, notes, and snippets.

@shrijeet
Created August 21, 2012 00:31
Show Gist options
  • Save shrijeet/3409857 to your computer and use it in GitHub Desktop.
Save shrijeet/3409857 to your computer and use it in GitHub Desktop.
Hbase 0.90.3 --> 0.92.2 which configurations to tweak?
* MSLAB - Okay to leave it turned ON 0.92.2 onwards since we have lots of memory and number of regions per region server is not too crazy high (200 regions/per RS)
* Distributed splitting - Want it!
* Memory accounting is different now - Okay to leave block cache's value same as it was in 0.90.0 since its already set to a liberal value (0.45)
* Experimental off-heap cache - Leave it turned off.
* Region max file size - Currently set to 2GB, we should go up. 4GB will cut our regions / per region server to under 100.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment